Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json
status
enum<string>

Filter by order status

Available options:
pending,
success,
failure
Example:

"success"

country_code
string

Filter by country code

Example:

"US"

created_at_gt
string<date-time>

Filter for orders created after this date

Example:

"2023-04-05T10:22:08.230549Z"

created_at_lt
string<date-time>

Filter for orders created before this date

Example:

"2025-06-05T10:22:08.230549Z"

order_request_id
string<uuid>

Filter by specific order request ID

Example:

"12ade33a-21c0-473b-b055-b3c836e1c293"

customer_reference
string

Filter by customer reference

Example:

"STRING"

Response

Sub number orders report response

data
object
Example: