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. If not set to this value, the endpoint will default to an older version.
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 status of the request, always 'success' for successful responses
"success"
Was this page helpful?