Get the details of video collections

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

This endpoint gets more detailed information about a collection, including the timestamp for its creation and the number of videos in it. To get the videos in collections, use GET /v2/videos/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":"17555176","name":"cats and dogs","created_time":"2018-09-11T15:55:23.000Z","updated_time":"2018-09-11T15:55:51.000Z","cover_item":{"id":"1713788","media_type":"video","added_time":"2018-09-11T15:55:23.000Z"},"total_item_count":3}