API and Webhooks
API
Important
There are two environments available:
Production environment
API host:https://api.developers.deliveroo.com
OAuth host:https://auth.developers.deliveroo.com
Sandbox environment
API host:https://api-sandbox.developers.deliveroo.com
OAuth host:https://auth-sandbox.developers.deliveroo.com
Webhooks
A webhook is an HTTP callback that enable Deliveroo to send information when things on our end change, enabling asynchronous communication. A webhook endpoint will be the service you are building that will react to the notifications we send.
Configuring your webhook URL
Your webhook URL needs to be prefixed with https://
Order of Events
Remember that while we attempt to make callbacks in the order they occurred and on time, neither can be guaranteed. It is possible to receive callbacks out-of-order or more than once.
Updated over 1 year ago