curl --request GET \
--url https://api.cal.com/v2/slots/reservations/{uid} \
--header 'Authorization: Bearer <token>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success",
"data": "<unknown>"
}curl --request GET \
--url https://api.cal.com/v2/slots/reservations/{uid} \
--header 'Authorization: Bearer <token>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success",
"data": "<unknown>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Must be set to 2024-09-04. If not set to this value, the endpoint will default to an older version.
Was this page helpful?