List image licenses

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

This endpoint lists existing licenses.

Request Params

KeyDatatypeRequiredDescription
image_idstringShow licenses for the specified image ID
licensestringShow images that are available with the specified license, such as standard or enhanced; prepending a - sign excludes results from that 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":"e121","user":{"username":"userone"},"license":"standard","subscription_id":"s18382630","download_time":"2016-10-03T15:58:18-04:00","metadata":{"client":"Company A","other":"Important media","purchase_order":"457234","job":"Important project"},"image":{"id":"114350371","format":{"size":"huge"}}},{"id":"e122","user":{"username":"userone"},"license":"standard","subscription_id":"s18382630","download_time":"2016-10-03T16:01:12-04:00","metadata":{"client":"Company A","other":"Important media","purchase_order":"457234","job":"Important project"},"image":{"id":"135658703","format":{"size":"medium"}}},{"id":"e123","user":{"username":"userone"},"license":"standard","subscription_id":"s18382630","download_time":"2016-10-03T16:01:18-04:00","metadata":{"client":"Company A","other":"Important media","purchase_order":"457234","job":"Important project"},"image":{"id":"107771801","format":{"size":"vector"}}}],"page":1,"per_page":3}