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
}
]
}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
}
]
}For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
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?