Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

The ID of the organization.
Prefix with name= to retrieve the organization by name instead.

Query Parameters

filter[status]
enum<string>

The status of the order.

Available options:
completed,
past_due,
pending,
canceled,
payment_failed_soft_decline,
payment_failed_hard_decline
filter[total]
integer

The total of the order.

page
integer<int32>

Page to be displayed. Defaults to 1.

mode
enum<string>

The output mode.

Available options:
details

Response

OK

items
object[]
Last modified on June 16, 2026