List collections
Returns the collections in the workspace the API key is scoped to. Use $offset and $limit to paginate, and $filter to narrow the result set.
GET
/collectionsAuthorization
apiKey products:read-onlyx-api-key<token>
In: header
Scope: products:read-only
Query Parameters
$offset?string
$limit?string
$filter?string
curl -X GET "https://example.com/collections"{ "meta": { "maxResults": 0.1 }, "items": [ { "updated": "string", "created": "string", "externalId": "string", "bodyHtml": "string", "handle": "string", "title": "string", "feedId": "string", "id": "string" } ]}{ "traceId": "string", "message": "string", "path": "string", "timestamp": "string", "statusCode": 0.1}{ "traceId": "string", "message": "string", "path": "string", "timestamp": "string", "statusCode": 0.1}