post https://api.burqup.com/v1/initiate_delivery
Initiate a delivery. Once a delivery is initiated, provider may begin fulfillment, and cancelation may no longer be possible.
Log in to see full request history
Responses
Initiate a delivery. Once a delivery is initiated, provider may begin fulfillment, and cancelation may no longer be possible.
xxxxxxxxxx
curl --request POST \
--url https://api.burqup.com/v1/initiate_delivery \
--header 'accept: application/json' \
--header 'content-type: 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-09T08:01:58.813Z",
"cancellation_reason": "string",
"external_order_ref": "string",
"order_value": 0,
"proof_of_delivery": [
"string"
],
"proof_of_pickup": [
"string"
],
"contactless_requested": "string",