List video collections
GET {{baseUrl}}/v2/videos/collections
This endpoint lists your collections of videos and their basic attributes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Page number | |
per_page | number | Number of results per page | |
embed | string | Which sharing information to include in the response, such as a URL to the collection |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
RESPONSES
status: OK
{"data":[{"id":"17553374","name":"kittens and puppies","created_time":"2017-07-05T08:51:00-04:00","updated_time":"2017-07-05T08:51:00-04:00","total_item_count":0},{"id":"17553375","name":"wild life","created_time":"2017-07-05T08:51:00-04:00","updated_time":"2017-07-05T08:51:00-04:00","total_item_count":0},{"id":"17555175","name":"young couples","created_time":"2017-07-06T08:50:57-04:00","updated_time":"2017-07-06T08:50:57-04:00","total_item_count":2},{"id":"17555176","name":"sky timelapses","created_time":"2017-07-06T08:50:58-04:00","updated_time":"2017-07-06T08:50:58-04:00","cover_item":{"id":"1715778","media_type":"video","added_time":"2018-09-11T15:55:23.000Z"},"total_item_count":2}],"page":1,"per_page":100,"total_count":4}