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

Field

Type

Description

object

string

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

id

string

Unique identifier for the object.

name

string

The customer facing name of the master page.

label

string

The internal label of the master page.

url

string

The URL of the master page.

active

boolean

True 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
}