GET
/
v2
/
organizations
/
{orgId}
/
teams
/
{teamId}
/
bookings
/
{bookingUid}
/
references
curl --request GET \
  --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/bookings/{bookingUid}/references
{
  "status": "success",
  "data": [
    {
      "type": "<string>",
      "eventUid": "<string>",
      "destinationCalendarId": "<string>",
      "id": 123
    }
  ]
}

Headers

Authorization
string

For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_

x-cal-secret-key
string

For platform customers - OAuth client secret key

x-cal-client-id
string

For platform customers - OAuth client ID

Path Parameters

bookingUid
string
required

Query Parameters

type
enum<string>

Filter booking references by type

Available options:
google_calendar,
office365_calendar,
daily_video,
google_video,
office365_video,
zoom_video

Response

200 - application/json

The response is of type object.