Skip to main content
POST
/
v1
/
scheduling
/
book
Create a single-use scheduling link for an event type
curl --request POST \
  --url http://0.0.0.0:3000/v1/scheduling/book \
  --header 'Authorization: Bearer <token>'
{
  "message": "validation error"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Booking link created