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
Key | Datatype | Required | Description |
---|---|---|---|
audio_id | string | Show licenses for the specified track ID | |
license | string | Restrict results by license. Prepending a - sign will exclude results by license | |
page | number | Page number | |
per_page | number | Number of results per page | |
sort | string | Sort order | |
username | string | Filter licenses by username of licensee | |
start_date | string | Show licenses created on or after the specified date | |
end_date | string | Show licenses created before the specified date |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
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}