v1

latestOpenAPI 3.0.2Apache-2.02026-07-142963051.0 MB
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.

idstring

The unique identifier for this collection.

type'collection'

The value will always be collection.

name'Favorites'

The name of the collection.

collection_type'favorites'

The type of the collection. This is used to determine the proper visual treatment for collections.

Example response

{
  "id": "11446498",
  "type": "collection",
  "name": "Favorites",
  "collection_type": "favorites"
}