Skip to main content
POST
Take a booking

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Body

application/json
event_type_id
integer
required
start
string
required

ISO 8601 start time, from the slots endpoint.

email
string
required

Attendee email. The confirmation goes here.

name
string

Attendee name. Defaults to the email.

timezone
string

Attendee's IANA timezone.

notes
string
contact_id
integer

CRM contact to link the booking to.

Response

201 - application/json

Booked

success
enum<boolean>
Available options:
true
data
object
meta
object