Skip to main content
GET
/
v2
/
bookings
/
{bookingUid}
/
references
Get booking references
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
    }
  ]
}

Headers

cal-api-version
string
default:2026-02-25
required

Must be set to 2026-02-25.

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token

Path Parameters

bookingUid
string
required

Query Parameters

type
enum<string>

Filter booking references by type

Available options:
google_calendar,
office365_calendar,
daily_video,
google_video,
office365_video,
zoom_video
Example:

"google_calendar"

Response

200 - application/json
status
enum<string>
required

The status of the request, always 'success' for successful responses

Available options:
success,
error
Example:

"success"

data
object[]
required

Booking References