POST
/
bookings

Authorizations

apiKey
string
query
required

Query Parameters

apiKey
string
required

Your API key

Body

application/json
eventTypeId
integer
required

ID of the event type to book

language
string
required

Language of the Attendee

metadata
object
required

Any metadata associated with the booking

responses
object
required
start
string
required

Start time of the Event

timeZone
string
required

TimeZone of the Attendee

description
string

Event description

end
string

End time of the Event

recurringEventId
integer

Recurring event ID if the event is recurring

rescheduleUid
string

Uid of the booking to reschedule

seatsPerTimeSlot
integer

The number of seats for each time slot

seatsShowAttendees
boolean

Share Attendee information in seats

seatsShowAvailabilityCount
boolean

Show the number of available seats

status
string

Acceptable values one of ["ACCEPTED", "PENDING", "CANCELLED", "REJECTED"]

title
string

Booking event title

Response

200 - application/json

The response is of type any.