Skip to main content
GET
Retrieve booking info

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

slug
string
required

The unique identifier for the meeting link to retrieve booking information for.

Query Parameters

timezone
string
required

The timezone to be used for the meeting link. This is required to ensure the correct scheduling context.

Response

successful operation

allUsersBusyTimes
object[]
required

An array of objects representing the busy times for all users associated with the meeting link.

customParams
object
required
isOffline
boolean
required

A boolean indicating whether the meeting link is offline.

The unique identifier for the meeting link.

The type of meeting link. Valid values include 'PERSONAL_LINK', 'GROUP_CALENDAR', and 'ROUND_ROBIN_CALENDAR'.

Available options:
GROUP_CALENDAR,
PERSONAL_LINK,
ROUND_ROBIN_CALENDAR
brandingMetadata
object
Last modified on March 31, 2026