List audio licenses

GET {{baseUrl}}/v2/audio/licenses

This endpoint lists existing licenses. You can filter the results according to the track ID to see if you have an existing license for a specific track.

Request Params

KeyDatatypeRequiredDescription
audio_idstringShow licenses for the specified track ID
licensestringRestrict results by license. Prepending a - sign will exclude results by license
pagenumberPage number
per_pagenumberNumber of results per page
sortstringSort order
usernamestringFilter licenses by username of licensee
start_datestringShow licenses created on or after the specified date
end_datestringShow licenses created before the specified date

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"data":[{"id":"a10b7a7a5a02113a928f13e5ba196151d6","user":{"username":"jsmith"},"license":"premier_music_extended","download_time":"2020-11-11T16:15:20.000Z","metadata":{"purchase_order":"123"},"is_downloadable":true,"audio":{"id":"420298","format":{"size":"clean_audio"}}}],"page":1,"per_page":20,"total_count":1}