get https://api.burqup.com/v1/orders
Returns a paginated list of all orders.
Log in to see full request history
Responses
Returns a paginated list of all orders.
xxxxxxxxxx
curl --request GET \
--url https://api.burqup.com/v1/orders \
--header 'accept: application/json'
xxxxxxxxxx
110}
{
"id": "string",
"object": "order",
"test_mode": true,
"account_id": "string",
"platform_account_id": "string",
"pickup_notes": "string",
"pickup_address": "string",
"pickup_unit": "string",
"pickup_phone_number": "string",
"pickup_name": "string",
"pickup_customer_email": "string",
"dropoff_notes": "string",
"dropoff_address": "string",
"dropoff_customer_email": "string",
"dropoff_name": "string",
"dropoff_unit": "string",
"dropoff_phone_number": "string",
"pickup_store_id": "string",
"dropoff_store_id": "string",
"external_order_ref": "string",
"order_value": 0,
"tip_amount": 0,
"pickup_at": "2025-04-08T22:24:33.860Z",
"dropoff_at": "2025-04-08T22:24:33.860Z",