curl --request GET \
--url https://api.cal.com/v2/bookings/{bookingUid}/references \
--header 'Authorization: <authorization>' \
--header 'cal-api-version: <cal-api-version>'
{
"status": "success",
"data": [
{
"type": "<string>",
"eventUid": "<string>",
"destinationCalendarId": "<string>",
"id": 123
}
]
}
curl --request GET \
--url https://api.cal.com/v2/bookings/{bookingUid}/references \
--header 'Authorization: <authorization>' \
--header 'cal-api-version: <cal-api-version>'
{
"status": "success",
"data": [
{
"type": "<string>",
"eventUid": "<string>",
"destinationCalendarId": "<string>",
"id": 123
}
]
}
Must be set to 2024-08-13
value must be Bearer <token>
where <token>
is api key prefixed with cal_ or managed user access token
Filter booking references by type
google_calendar
, office365_calendar
, daily_video
, google_video
, office365_video
, zoom_video
The response is of type object
.