Get Sample Onboarding Notification
Returns an example of an onboarding notification. These notifications are sent to the URL provided in theonboardingWebhookUrl
field.
Path parameters
-
The unique code assigned to the reservation platform.
Maximum length is
11
. Format should match the following pattern:[a-zA-Z0-9_-]+
.
GET /reservation/api/1/platform/{platform-code}/onboarding-webhook-sample
curl \
-X GET https://api.trial.lsk.lightspeed.app/reservation/api/1/platform/MyPlatform/onboarding-webhook-sample \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"businessInformation": {
"businessLocationId": 9765040300495493,
"city": "Genève",
"country": "CH",
"name": "Le Gâteau",
"state": "Canton de Genève",
"street1": "Rue de la Servette 10",
"street2": "Suite 2",
"zip": "101201"
},
"epochSecondsDeadlineUtc": 1711628625,
"onboardingId": "84f16177-98c5-4010-a7ab-d00144d1dede",
"platformCode": "MyPlatform",
"platformRestaurantReference": "Schnitzel_and_Kartoffel"
}