List sound effects licenses

GET {{baseUrl}}/v2/sfx/licenses

This endpoint lists existing licenses.

Request Params

KeyDatatypeRequiredDescription
sfx_idstringShow licenses for the specified sound effects ID
licensestringShow sound effects that are available with the specified license, such as standard or enhanced
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
license_idstringFilter by the license ID
download_availabilitystringFilter licenses by download availability
team_historybooleanSet to true to see license history for all members of your team.

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"total_count":2890,"page":1,"per_page":1,"data":[{"id":"e1eba3833793e77188d22caae8bac9f2cd","user":{"username":"editorial_test_account_002"},"license":"premier_editorial_all_digital","download_time":"2021-07-15T15:46:34.000Z","is_downloadable":false,"image":{"id":"9763363ao","format":{"size":"original"}},"subscription_id":"s12345678","metadata":{"purchase_order":"123456","client":"Company A","job":"Important project","other":"Important media"}}]}