List editorial image licenses

GET {{baseUrl}}/v2/editorial/images/licenses

This endpoint lists existing editorial image licenses.

Request Params

KeyDatatypeRequiredDescription
image_idstringShow licenses for the specified editorial image ID
licensestringShow editorial images that are available with the specified license name
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

RESPONSES

status: OK

{"data":[{"id":"e1dbb15d5384725d292cf64f793ac45062","user":{"username":"username1"},"license":"premier_editorial_all_digital","download_time":"2020-12-18T02:22:56.000Z","is_downloadable":false,"image":{"id":"11231389im","format":{"size":"original"}},"subscription_id":"1221a491741j1k41yd91dh37al324","metadata":{"client":"Company A","other":"Important media","purchase_order":"457234","job":"Important project"}},{"id":"e1dbb15d5384725d292cf64f793ac45114","user":{"username":"username2"},"license":"premier_editorial_all_digital","download_time":"2020-12-11T01:24:22.000Z","is_downloadable":false,"image":{"id":"11231442aa","format":{"size":"original"}},"subscription_id":"1221a491741j1k41yd91dh37al324","metadata":{"client":"Company B","other":"Important image","purchase_order":"5583831","job":"Important project"}}],"page":1,"per_page":2}