Bookings
Get a booking
:bookingUid
can be
-
uid of a normal booking
-
uid of one of the recurring booking recurrences
-
uid of recurring booking which will return an array of all recurring booking recurrences (stored as recurringBookingUid on one of the individual recurrences).
GET
/
v2
/
bookings
/
{bookingUid}
Headers
cal-api-version
string
requiredMust be set to 2024-08-13
Path Parameters
bookingUid
string
requiredResponse
200 - application/json
status
enum<string>
requiredAvailable options:
success
, error
data
required
Booking data, which can be either a BookingOutput object, a RecurringBookingOutput object, or an array of RecurringBookingOutput objects
error
object
Was this page helpful?