ETA Update Webhook
We can provide you with real-time updates for our courier locations and updated delivery times via our ETA webhook. By default, ETA webhooks are sent every minute but this can be configured on your account if a different frequency is required.
Example Schema: ETA
{
"delivery_id": "0ad41eb9-564a-4b5d-8acc-0564rdce0ae2",
"external_id": "gophr-74a43f967f54e",
"pickup_eta": "2023-04-05T10:57:16+01:00",
"delivery_eta": "2023-04-05T11:09:28+01:00",
"courier_location_lat": "51.50700000",
"courier_location_lng": "-0.10500000"
}
Updated about 1 year ago