List Orders
Order
List Orders
Lists orders.
GET
List Orders
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
Example:
10
Page number
Example:
1
Generic filter that matches against
- code
Example:
"ORD-20260412"
Payment method
Available options:
CASH, PIX, CREDIT_CARD, DEBIT_CARD Example:
"PIX"
Organization identifier
Example:
"01900000-0000-7000-8000-000000000020"
Available operators: >, >=, <, <=, =.
Example:
">=2024-01-01;<=2024-12-31"
Order status
Available options:
PENDING, PAID, PAYMENT_FAILED, CANCELED Example:
"PENDING"
Order type
Available options:
POS, ONLINE Example:
"POS"
Field to sort by
Available options:
createdAt, amount Example:
"createdAt"
Sort order
Available options:
asc, desc Example:
"desc"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.