List audio collections

GET {{baseUrl}}/v2/audio/collections

This endpoint lists your collections of audio tracks and their basic attributes.

Request Params

KeyDatatypeRequiredDescription
pagenumberPage number
per_pagenumberNumber of results per page
embedstringWhich sharing information to include in the response, such as a URL to the collection

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"data":[{"id":"5747953","name":"Test Collection cdad","created_time":"2014-11-05T19:29:56-05:00","updated_time":"2014-11-05T19:29:56-05:00","total_item_count":0},{"id":"5747955","name":"Test Collection ff5f","created_time":"2014-11-05T19:29:56-05:00","updated_time":"2014-11-05T19:29:56-05:00","total_item_count":0},{"id":"5747957","name":"Updated Collection ebc4","created_time":"2014-11-05T19:29:58-05:00","updated_time":"2014-11-05T19:29:58-05:00","total_item_count":0},{"id":"5747971","name":"Test Collection 0072","created_time":"2014-11-05T19:32:13-05:00","updated_time":"2014-11-05T19:32:13-05:00","cover_item":{"id":"4928041","media_type":"audio","added_time":"2021-07-21T16:55:17.000Z"},"total_item_count":11},{"id":"5747973","name":"Test Collection d332","created_time":"2014-11-05T19:32:13-05:00","updated_time":"2014-11-05T19:32:13-05:00","total_item_count":0}],"page":1,"per_page":100,"total_count":5}