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-18"

Query Parameters

account_id
string
required

Account ID, prefixed biz_.

plan_id
string

Only return checkout configurations for this plan ID, prefixed plan_.

created_before
integer

Only return checkout configurations created before this Unix timestamp.

created_after
integer

Only return checkout configurations created after this Unix timestamp.

order
enum<string>
default:created_at

Field used to sort checkout configurations.

Available options:
created_at
direction
enum<string>
default:desc

Sort direction. Defaults to desc.

Available options:
asc,
desc
first
integer

Number of checkout configurations to return.

after
string

Cursor for the next page of results.

Response

checkout configurations listed

data
object[]
required
page_info
object
required