POST
/
v2
/
bookings

Headers

cal-api-version
string
required

Must be set to 2024-08-13

Body

application/json
start
string
required

The start time of the booking in ISO 8601 format in UTC timezone.

eventTypeId
number
required

The ID of the event type that is booked.

attendee
object
required

The attendee's details.

guests
string[]

An optional list of guest emails attending the event.

meetingUrl
string
deprecated

Deprecated - use 'location' instead. Meeting URL just for this booking. Displayed in email and calendar event. If not provided then cal video link will be generated.

location
string

Location for this booking. Displayed in email and calendar event.

bookingFieldsResponses
object

Booking field responses consisting of an object with booking field slug as keys and user response as values.

Response

201 - application/json
status
enum<string>
required
Available options:
success,
error
data
required

Booking data, which can be either a BookingOutput object or an array of RecurringBookingOutput objects