get https://api.burqup.com/v1/delivery_incidents
API to list delivery incidents
Log in to see full request history
Responses
API to list delivery incidents
xxxxxxxxxx
curl --request GET \
--url https://api.burqup.com/v1/delivery_incidents \
--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"
}