Collections
Get collection
Fetches a collection by its unique identifier (ID) or slug. Use the type
query parameter to specify whether to query by ID
or SLUG
. Defaults to querying by slug.
GET
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The ID or slug of the collection.
Query Parameters
Specify whether to query by collection ID
or SLUG
. Defaults to SLUG
if not provided.
Available options:
ID
, SLUG
Response
200
application/json
Successfully retrieved collection.
The response is of type object
.