cURL
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
Bearer <token>
<token>
The status of the request, always 'success' for successful responses
success
error
"success"
Calendar links for the booking
Show child attributes
Was this page helpful?