get https://api.burqup.com/v1/delivery/
Returns latest information about the requested delivery.
Log in to see full request history
Responses
Returns latest information about the requested delivery.
xxxxxxxxxx
curl --request GET \
--url https://api.burqup.com/v1/delivery/id \
--header 'accept: application/json'
xxxxxxxxxx
91}
{
"id": "string",
"object": "delivery",
"delivery_type": "asap",
"provider": {
"id": "string",
"name": "string"
},
"status": "driver_assigned",
"tracking_url": "string",
"currency": "string",
"payment_amount": 0,
"tip": 0,
"fee": 0,
"created_at": "2025-04-09T07:32:19.938Z",
"cancellation_reason": "string",
"external_order_ref": "string",
"order_value": 0,
"proof_of_delivery": [
"string"
],
"proof_of_pickup": [
"string"
],
"contactless_requested": "string",