Bookings - attendees
POSTAdd an attendee to a booking
Adds an attendee to a seated booking.
POST
/v2/bookings/{bookingUid}/attendeesRequest Body
application/jsonRequirednameRequiredstringThe name of the attendee.
timeZoneRequiredstringThe time zone of the attendee.
phoneNumberstringThe phone number of the attendee in international format.
languagestringThe preferred language of the attendee. Used for booking confirmation.
Default:
"en"Value in: "ar" | "ca" | "de" | "es" | "eu" | "he" | "id" | "ja" | "lv" | "pl" | "ro" | "sr" | "th" | "vi" | "az" | "cs" | "el" | "es-419" | "fi" | "hr" | "it" | "km" | "nl" | "pt" | "ru" | "sv" | "tr" | "zh-CN" | "bg" | "da" | "en" | "et" | "fr" | "hu" | "iw" | "ko" | "no" | "pt-BR" | "sk" | "ta" | "uk" | "zh-TW" | "bn"emailRequiredstringThe email of the attendee.
Path Parameters
bookingUidRequiredstringHeader Parameters
ical-api-versionRequiredstringMust be set to 2024-08-13. This header is required as this endpoint does not exist in older API versions.
AuthorizationRequiredstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token