Get the details of image collections

GET {{baseUrl}}/v2/images/collections/:id

This endpoint gets more detailed information about a collection, including its cover image and timestamps for its creation and most recent update. To get the images in collections, use GET /v2/images/collections/{id}/items.

Request Params

KeyDatatypeRequiredDescription
embedstringWhich sharing information to include in the response, such as a URL to the collection
share_codestringCode to retrieve a shared collection

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"id":"336351027","name":"My collection","updated_time":"2017-05-17T16:28:39-04:00","cover_item":{"id":"954500","media_type":"image","added_time":"2018-09-11T15:55:23.000Z"},"total_item_count":1}