get https://api.burqup.com/v1/delivery_incidents/
API to get a delivery incident by ID.
Log in to see full request history
Responses
API to get a delivery incident by ID.
xxxxxxxxxx
curl --request GET \
--url https://api.burqup.com/v1/delivery_incidents/id \
--header 'accept: application/json'
xxxxxxxxxx
10{
"id": "string",
"object": "delivery_incident",
"status": "pending",
"ticket_url": "string",
"refunded_amount": 0,
"delivery_id": "string",
"delivery_incident_reason": "Order Cancelled",
"issue_description": "string"
}