List image collections

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

This endpoint lists your collections of images and their basic attributes.

Request Params

KeyDatatypeRequiredDescription
embedstringWhich sharing information to include in the response, such as a URL to the collection
pagenumberPage number
per_pagenumberNumber of results per page

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"data":[{"id":"21663574","name":"Kittens and puppies","created_time":"2018-09-11T11:55:23-04:00","updated_time":"2018-09-11T11:55:51-04:00","cover_item":{"id":"1715788","media_type":"image","added_time":"2018-09-11T15:55:23.000Z"},"total_item_count":1},{"id":"21663571","name":"young couples","created_time":"2021-06-09T17:13:17.000Z","updated_time":"2018-08-02T07:33:22-04:00","total_item_count":0}],"page":1,"per_page":100,"total_count":2}