The booking page object contains the customer facing name, internal label and URL for booking pages on your account and indicates whether the booking page is enabled to receive bookings. Learn more about booking pages

FieldTypeDescription
objectstringString representing the object’s type. Objects of the same type share the same value. The type here is booking_page.
idstringUnique identifier for the object.
namestringThe customer-facing name of the booking page.
labelstringThe internal label of the booking page.
urlurlThe URL of the booking page.
activebooleanTrue if this booking page is enabled and accepts bookings.
timezonestringThe Booking page timezone. Displayed in IANA timezone format.

.

BOOKING PAGE

{
  "id": "BP-3F7JAWT4UA",
  "object": "booking_page",
  "name": "Andrea Hartie",
  "label": "AndreaHartie",
  "url": "https://go.oncehub.com/andreahartie",
  "active": true,
  "timezone": "America/Chicago"
}