v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBReservations for Platforms
Platform Profile Details
Retrieve platform profile details.
get/reservation/api/1/platform/{platform-code}/profile
Path parameters
platform-codestring required
The unique code assigned to the reservation platform.
Example:MyPlatform
Response
Platform profile details
Example response
{
"baseUrl": "https://my.platform/api/lsk",
"depositSupported": true,
"displayName": "My Platform",
"errorsWebhookUrl": "https://my.platform/api/lsk/webhook/errors",
"integrationWebhookUrl": "https://my.platform/api/lsk/webhook/integrations",
"notificationTypes": [
"ORDER_CLOSED"
],
"onboardingWebhookUrl": "https://my.platform/api/lsk/webhook/onboarding",
"orderWebhookUrl": "https://my.platform/api/lsk/webhook/orders",
"posReservationUpdateWebhookUrl": "https://my.platform/api/lsk/webhook/reservation",
"ownNotificationsOnly": true,
"webhookAuthType": "OAUTH2",
"allowCourseNumberUpdates": true,
"inServiceTableStatuses": [
{
"statusLabel": "Appetizer",
"statusValue": "appetizer",
"sequence": 1
}
],
"allowedPosStatuses": [
"SCHEDULED"
]
}