Skip to main content
GET
List collections

Authorizations

Authorization
string
header
required

Your Jenzy API key: Authorization: Bearer jz_live_…

Query Parameters

limit
integer

Page size, 1-200 (default 50).

Required range: 1 <= x <= 200
before_id
string<uuid>

Keyset cursor: the next_before_id from the previous page.

Response

One page of collections.

collections
object[]
required
has_more
boolean
required
next_before_id
string<uuid> | null
required

Pass back as before_id for the next page; null means done.