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.

RESPONSES

status: OK

{"name":"cats and dogs","updated_time":"2017-07-05T08:51:00-04:00","id":"17555176","total_item_count":"0"}