0e481cddec74

latestOpenAPI 3.1.02026-08-10911,250858.4 KB
Reservations for Platforms

Integration notification

These notifications are sent to the URL provided in theintegrationWebhookUrl field.

postWebhookreservation-serviceReservation integration notification

Payload

businessLocationIdinteger required

The unique identifier of the business location.

notificationType'ACTIVATED' | 'DEACTIVATED' required

The type of notification.

platformCodestring required

The unique code assigned to the reservation platform.

platformRestaurantIdstring required

The external platform's unique identifier for the restaurant.

Example payload

{
  "businessLocationId": 9765040300495492,
  "platformCode": "MyPlatform",
  "platformRestaurantId": "Restaurant-123"
}

Response

Your server returns this code if it accepts the callback.