List image collections
GET {{baseUrl}}/v2/images/collections
This endpoint lists your collections of images and their basic attributes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
embed | string | Which sharing information to include in the response, such as a URL to the collection | |
page | number | Page number | |
per_page | number | Number of results per page |
RESPONSES
status: OK
{"data":[{"id":"21663574","name":"Kittens and puppies","total_item_count":0,"items_updated_time":"2018-08-02T07:33:24-04:00"},{"id":"21663571","name":"young couples","total_item_count":0,"items_updated_time":"2018-08-02T07:33:22-04:00"}]}