Reservations for Platforms
Integration notification
These notifications are sent to the URL provided in theintegrationWebhookUrl field.
postWebhookreservation-serviceReservation integration notification
Payload
Example payload
{
"businessLocationId": 9765040300495492,
"platformCode": "MyPlatform",
"platformRestaurantId": "Restaurant-123"
}Response
Your server returns this code if it accepts the callback.
Changes
Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.