Menu Webhook Callback

This webhook is used for all menu events, though currently there is only one for notification of the success (or failure) of a menu upload.

In order to receive these events, you need to have a configured Menu Event webhook.

If we receive an error in the response then we'll try to retry the callback up to 30 minutes. Keep in mind that while every attempt is made to make callbacks in the order they occurred and in a timely manner, neither can be absolutely guaranteed.

Body Params
string
body
object
Headers
string
required

Deliveroo Sequential globally unique identifier (GUID). Please implement it as case-insensitive.

string
required

On registration, we'll provide you with a webhook secret. We'll use the webhook secret and a sequential globally unique identifier (GUID) to generate a hash of the order payload. When you receive a POST request, you will be able to compute a hash and verify that it's a genuine, authorized request sent from Deliveroo. Please implement it as case-insensitive.

string
required

Marks what event type is this request. Currently supported values is webhook_menu. Please implement it as case-insensitive.

string
required

Marks which version of payload this request is having. Currently, all our payloads are version 1

Responses
200

Your server returns this code if it accepts the callback.

4XX

Your server can return 4XX codes to signal its issues with the request.

5XX

Your server can return 5XX codes to signal its internal issues.

Language
Credentials
OAuth2
URL