GET
/v1/orders?status=paid
200 OK
application/json
1.0 kB
84 ms
{
"data": [
{ "id": "ord_8412", "status": "paid", "items": 3, "total": 249.00 },
{ "id": "ord_8413", "status": "paid", "items": 1, "total": 79.50 },
{ "id": "ord_8414", "status": "paid", "items": 9, "total": 1340.00 },
{ "id": "ord_8415", "status": "paid", "items": 1, "total": 58.25 },
{ "id": "ord_8416", "status": "paid", "items": 4, "total": 412.90 },
{ "id": "ord_8417", "status": "paid", "items": 2, "total": 186.40 },
{ "id": "ord_8418", "status": "paid", "items": 6, "total": 973.15 },
{ "id": "ord_8419", "status": "paid", "items": 1, "total": 24.99 },
],
"meta": { "page": 1, "per_page": 25, "total": 10 }
}