List Orders
GET
/v1/ordersBearer tokenRetrieves a paginated list of all orders.
Query Parameters
limitintegerNumber of results per page (default: 20, max: 100).
cursorstringPagination cursor from a previous response.
statusstringFilter by status: pending, processing, provisioned, failed, cancelled.
customer_idstringFilter orders by customer ID.
sortstringSort field: created_at, -created_at, updated_at.
Response
Response