AlphaAlpha Docs
API ReferencePublic booking

Get widget info

Returns public-facing widget configuration

GET
/public/booking/{tenantCode}/{widgetSlug}
AuthorizationBearer <token>

In: header

Path Parameters

tenantCode*string
widgetSlug*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/public/booking/string/string"
{
  "defaultDuration": 0,
  "defaultLanguage": "string",
  "description": "string",
  "durationOptions": [
    0
  ],
  "eventCategory": "DEFAULT",
  "isAddressRequired": true,
  "isLocationDependent": true,
  "maxAdvanceDays": 0,
  "name": "string",
  "redirectUrls": {
    "property1": "string",
    "property2": "string"
  },
  "showCompanyField": true,
  "showLogo": true,
  "showPoweredBy": true,
  "teamName": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}