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

Field

Type

Description

object

string

String representing the object’s type. Objects of the same type share the same value. The type here is booking_page.

id

string

Unique identifier for the object.

name

string

The customer-facing name of the booking page.

label

string

The internal label of the booking page.

url

url

The URL of the booking page.

active

boolean

True if this booking page is enabled and accepts bookings.

timezone

string

The 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"
}