/libraries/:libraryId
libraryId
string
required
The id of the library
Response Codes
200 Default
404
The requested library does not exist
Shell Examples
cURL
curl --request GET \
--url https://api.air.inc/v1/libraries/libraryId \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
Response Example
{
"status": "200"
}