Collections
Get collection by ID
Retrieves a collection by its ID.
get/collections/{collection_id}
Path parameters
collection_idstring required
The ID of the collection.
Response
Returns an array of items in the collection.
Example response
{
"id": "11446498",
"type": "collection",
"name": "Favorites",
"collection_type": "favorites"
}