v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBReservations for Platforms
Callback to Complete Onboarding
Once the external platform receives the onboarding webhook, the process needs to be completed using this callback.
post/reservation/api/1/platform/{platform-code}/integration/onboarding
Path parameters
platform-codestring required
The unique code assigned to the reservation platform.
Example:MyPlatform
Request body
Example request
{
"businessLocationId": 9765040300495492,
"onboardingCode": "DONE",
"onboardingId": "84f16177-98c5-4010-a7ab-d00144d1dede",
"platformRestaurantId": "Restaurant-123"
}Response
Accepted
Example response
{
"onboardingCode": "DONE"
}