Get a Collection

Retrieve a single collection by ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
Collection identifier.

Response

The collection.
idstringformat: "uuid"
Unique identifier for the collection.
namestring
Name of the collection.
created_atdatetime
ISO 8601 timestamp when the collection was created.
updated_atdatetime
ISO 8601 timestamp when the collection was last updated.
descriptionstring or null
Description of the collection.

Errors