List video collections

GET {{baseUrl}}/v2/videos/collections

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

Request Params

KeyDatatypeRequiredDescription
pagenumberPage number
per_pagenumberNumber of results per page

RESPONSES

status: OK

{"data":[{"name":"kittens and puppies","updated_time":"2017-07-05T08:51:00-04:00","id":"17553374","total_item_count":0,"created_time":"2017-07-05T08:51:00-04:00"},{"name":"wild life","updated_time":"2017-07-05T08:51:00-04:00","id":"17553375","total_item_count":0,"created_time":"2017-07-05T08:51:00-04:00"},{"name":"young couples","updated_time":"2017-07-06T08:50:57-04:00","id":"17555175","total_item_count":2,"created_time":"2017-07-06T08:50:57-04:00"},{"name":"sky timelapses","updated_time":"2017-07-06T08:50:58-04:00","id":"17555176","total_item_count":2,"created_time":"2017-07-06T08:50:58-04:00"}]}