Library listings
Get a library listing
Returns a specific library listing by its user-defined identifier.
GET
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Path Parameters
The listing's user_defined_id.
Response
200 - application/json
A library listing.
Display name of the library listing
User-defined identifier of the library listing
Whether the listing is publicly accessible
Whether the listing is closed source (deployers cannot view or download the Truss, and forks copy mirrored weights instead of re-mirroring from upstream)
Time the listing was created in ISO 8601 format
Time the listing was last modified
Previous
Update a library listingUpdates a library listing's display name or public availability.
Next
cURL