StorageStock Images
Search stock images with advanced filters
GET
/v1/storage/stock-imagesSearch stock images with advanced filters. A successful request returns HTTP 200 with the documented response body.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Query Parameters
search*string
Free-text filter. Which fields it covers depends on the resource.
page?integer
One-based page number.
Format
int32Default
1perPage?integer
Format
int32Default
20orderBy?string
Default
"relevant"orientation?string
color?string
contentFilter?string
Default
"low"collections?string
Header Parameters
x-Store-Id?string
Store the request acts on. Not needed when the token is bound to a store.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/storage/stock-images?search=polo" \ -H "x-Store-Id: <store-id>" \ -H "Authorization: Bearer <token>"[ { "id": "7204558912004325301", "thumbUrl": "https://example.com/resource", "regularUrl": "https://example.com/resource", "authorName": "Example resource", "downloadLocation": "example" }]