Bookings
GETGet booking references
Retrieves external references (such as Google Calendar event IDs or Zoom meeting IDs) associated with a specific booking.
GET
/v2/bookings/{bookingUid}/referencesPath Parameters
bookingUidRequiredstringQuery Parameters
typestringFilter booking references by type
Value in:
"google_calendar" | "office365_calendar" | "daily_video" | "google_video" | "office365_video" | "zoom_video"Header Parameters
ical-api-versionRequiredstringMust be set to 2024-08-13. If not set to this value, the endpoint will default to an older version.
Default:
"2024-08-13"AuthorizationRequiredstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token