---
title: "Get booking references"
method: GET
path: "/v2/bookings/{bookingUid}/references"
tags: ["Bookings"]
---

# Get booking references

`GET /v2/bookings/{bookingUid}/references`

<Note>Please make sure to pass in the cal-api-version header value as mentioned in the Headers section. Not passing the correct value will default to an older version of this endpoint.</Note>

## Path parameters

- `bookingUid` string, required

## Query parameters

- `type` 'google_calendar' | 'office365_calendar' | 'daily_video' | 'google_video' | 'office365_video' | 'zoom_video'

## Headers

- `cal-api-version` string, required
- `Authorization` string, required

## Response `200`

- BookingReferencesOutput20240813
  - `status` object, required — The status of the request, always 'success' for successful responses
  - `data` BookingReference[], required — Booking References
    - `type` string, required — The type of the booking reference
    - `eventUid` string, required — The event uid of the booking
    - `destinationCalendarId` string, nullable, required — The id of the calendar the event is created in
    - `id` number, required — The id of the booking reference

---

[API](https://skmtc.net/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.net/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
