v1

latestOpenAPI 3.1.02026-08-06911,228852.2 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.