List orders
Orders & Transactions
List orders
List order history, paginated. from/to are full ISO 8601
datetimes here (unlike Invoices’ date-only filters) — a bare date
parses to UTC midnight, so from == to collapses the range to a single
instant; set to to end-of-day explicitly.
GET
List orders
Authorizations
Bearer token obtained from POST /api/v1.1/auth/token.
Query Parameters
1-indexed page number.
Required range:
x >= 1Items per page.
Required range:
1 <= x <= 100Example:
"2026-07-01T00:00:00Z"
Example:
"2026-07-31T23:59:59Z"
Available options:
PLAN_PURCHASE, SIM_PURCHASE, SAAS_PURCHASE, OTHER Available options:
PENDING, COMPLETED, SHIPPED, DELIVERED, FAILED Response
A page of orders.

