Listing orders
Returns all orders, newest first. Filter by customer, bundle, or status.
GET
Listing orders
Authorizations
Your partner API key. Use pk_live_… against the live system or
pk_test_… against the sandbox.
Query Parameters
Filter to orders for one customer, by usr_… ID.
Example:
"usr_01HZX0C6Z3K4M5N6P7Q8R9S0"
Filter to orders for one customer, by email.
Example:
"alex@acme.com"
Filter to orders that used one bundle template.
Example:
"bun_01HZX0BU1A2B3C4D5E6F7G8H"
Filter to one order status.
Available options:
in_progress, completed, failed, action_required, cancel_scheduled, cancelled Page size; default 25, max 100.
Required range:
1 <= x <= 100Opaque token returned in links.next. Do not parse or build by hand.
Last modified on June 16, 2026
Listing orders