curl --request GET \
--url https://api.cal.com/v2/bookings/{bookingUid}/calendar-links \
--header 'Authorization: <authorization>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success",
"data": [
{
"label": "<string>",
"link": "<string>"
}
]
}curl --request GET \
--url https://api.cal.com/v2/bookings/{bookingUid}/calendar-links \
--header 'Authorization: <authorization>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success",
"data": [
{
"label": "<string>",
"link": "<string>"
}
]
}Must be set to 2026-02-25.
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Was this page helpful?