Skip to main content
GET
List catalog products

Authorizations

Authorization
string
header
required

The organization API key, sent as Authorization: Bearer <key>.

Query Parameters

limit
integer
default:25

How many items to return. Maximum 100.

Required range: 1 <= x <= 100
Example:

25

offset
integer | null
default:0

How many items to skip from the beginning.

Required range: x >= 0
Example:

0

budgetTier
enum<string>
Available options:
economic,
mid,
premium
query
string

Matches against the title, summary and description.

Minimum string length: 1
status
enum<string>
Available options:
active,
paused,
draft
type
enum<string>
Available options:
package,
experience,
expedition,
custom

Response

The requested page.

data
object[]
required
pagination
object
required