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

FieldTypeDescription
objectstringString representing the object’s type. Objects of the same type share the same value. The type here is master_page.
idstringUnique identifier for the object.
namestringThe customer facing name of the master page.
labelstringThe internal label of the master page.
urlstringThe URL of the master page.
activebooleanTrue if this master page is enabled and accepts bookings.

MASTER PAGE

{
  "id": "MP-73E6RHFU77",
  "object": "master_page",
  "name": "Star Software LLC",
  "label": "Dana",
  "url": "https://go.oncehub.com/dana",
  "active": true
}