Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_size
integer<int32>

Page size default is 10 max is 100

Required range: x >= 0
page_number
integer<int32>

Page number default is 0

Required range: x >= 0
archived
boolean

List archived collections

brand_id
string

Filter by Brand id

Response

Product Collections List

items
object[]
required
Last modified on May 21, 2026