Skip to main content
GET
List Collections

Authorizations

x-api-key
string
header
required

Query Parameters

user_id
string | null

Optional partner user id. When provided, returns only that user's collections. When omitted, returns all collections for this API key.

page_token
string | null

Opaque token from a previous list response.

limit
integer
default:50
Required range: 1 <= x <= 100

Response

Successful Response

items
CollectionResponse · object[]
required
next_page_token
string | null