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
Header Parameters
X-Api-Version?string
API version date. Requests without the header use 2026-07.
curl -X GET "https://example.com/collections" \ -H "X-Api-Version: 2026-07"{ "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}