List image licenses
GET {{baseUrl}}/v2/images/licenses
This endpoint lists existing licenses.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
image_id | string | Show licenses for the specified image ID | |
license | string | Show images that are available with the specified license, such as standard or enhanced ; prepending a - sign excludes results from that 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":"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}