post https://api.developers.deliveroo.com/menu/v1/webhooks/menu-events
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.
Responses
200Your server returns this code if it accepts the callback.
4XXYour server can return 4XX codes to signal its issues with the request.
5XXYour server can return 5XX codes to signal its internal issues.