Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-20"

Query Parameters

account_id
string
required

The unique identifier of the account to list products for.

visibilities
string[]

Filter to only products matching these visibility states.

access_pass_types
string[]

Filter to only products matching these types.

direction
enum<string>

The sort direction for results. Defaults to descending.

Available options:
asc,
desc
order
string

The field to sort results by. Defaults to created_at.

first
integer

The number of products to return (default and max 100).

after
string

A cursor; returns products after this position.

last
integer

The number of products to return from the end of the range.

before
string

A cursor; returns products before this position.

Response

products listed

data
object[]
required
page_info
object
required