Get the details of audio collections
GET {{baseUrl}}/v2/audio/collections/:id
This endpoint gets more detailed information about a collection, including the number of items in it and when it was last updated. To get the tracks in collections, use GET /v2/audio/collections/{id}/items
.
RESPONSES
status: OK
{"name":"Test Collection c28c","updated_time":"2016-08-18T18:52:56-04:00","id":"48433107","total_item_count":0}