List orders
Returns the most recent orders for the authenticated customer.
Authentication
No authentication required.
Parameters
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | integer | No | |
status | string | No |
Response
A list of orders.
- Order[]
- object
curl -X GET '/orders?limit=%3Climit%3E&status=%3Cstatus%3E'A list of orders.
[]