Bookings - guests
POSTAdd guests to an existing booking
Adds one or more guests to an existing booking.
POST
/v2/bookings/{bookingUid}/guestsRequest Body
application/jsonRequiredguestsRequiredarray<object>Array of guests to add to the booking. Maximum 10 guests per request.
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