Deliveroo · AsyncAPI Specification
Deliveroo Webhooks
Version v1
Event-driven webhook callbacks delivered by the Deliveroo Developer Portal APIs. Integrators configure HTTPS webhook URLs for Order Events, Rider Events, and Menu (upload result) events. Each delivery is signed with an HMAC-SHA256 signature so receivers can verify authenticity. Webhook events are how the Partner Platform Order API and the Signature Suite keep POS, kitchen display, and fulfillment systems in sync without polling.
Channels
order-events
Receive Order Events
Order Events webhook. Notifies the integrator of a new order or a status update of an existing order.
rider-events
Receive Rider Events
Rider Events webhook. Notifies the integrator of updates to rider status for an order. Requires a configured Rider Events webhook URL.
menu-events
Receive Menu Upload Result Events
Menu webhook. Delivered after each Upload Menu request once the asynchronous menu processing finishes, regardless of success or failure.
Messages
OrderEvent
Order Event
RiderEvent
Rider Event
MenuEvent
Menu Event