List sound effects licenses
GET {{baseUrl}}/v2/sfx/licenses
This endpoint lists existing licenses.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sfx_id | string | Show licenses for the specified sound effects ID | |
license | string | Show sound effects that are available with the specified license, such as standard or enhanced | |
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 | |
license_id | string | Filter by the license ID | |
download_availability | string | Filter licenses by download availability | |
team_history | boolean | Set to true to see license history for all members of your team. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
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"}}]}