Create Booking
POST
/v1/bookingsThe Create Booking API allows users to make a new booking. By submitting necessary details such as service selection, contact information, and preferred time slots, this API will create a new booking in the system. Upon successful creation, the API returns the booking details and a unique identifier for future reference.
Request
{
"eventTypeId": "mzgdPJVBb7RE",
"timeZone": "Asia/Tokyo",
"startedAt": "2024-03-16T02:00:00.000Z",
"email": "guest@example.com",
"name": "john doe",
"location": null
}
Request samples
Responses
Unique identifier for this booking
EventTypeId associated with this event
Booking name
Booking description
Booking status
The time that event was scheduled to start in UTC time (e.g. "2024-03-01T20:00:00.000Z").
The time that event was scheduled to end in UTC time (e.g. "2024-03-01T21:00:00.000Z").
Location type. like zoom, google meet, etc.
online meeting url
phone number
location address
custom location name
access information
guest selected Timezone
Booking priority
Booking cancel reason
Booking cancelled time
Booking canceller
The time this booking was created
The time this booking was updated
{
"eventTypeId": null,
"uid": "dolor id nostrud Excepteur dolore",
"name": "nostrum neque nostrum",
"description": "Facere non eveniet illo veritatis doloribus id quos omnis nemo. Facilis quis assumenda sunt. Unde iusto porro placeat. Itaque amet aut voluptas facilis rerum illo error.",
"status": "open",
"startedAt": "1989-06-01T18:37:12.594Z",
"endedAt": "1984-11-20T03:14:06.112Z",
"locationId": "phone",
"url": "https://acrobatic-son.org",
"phoneNumber": "(648) 998-7709 x67849",
"address": null,
"customLocation": "eiusmod",
"access": null,
"timeZone": "Atlantic/Azores",
"priority": "high",
"cancelReason": "veniam fugiat quis elit",
"cancelledAt": null,
"cancelledBy": null,
"capacity": null,
"hosts": [
{
"userId": "non",
"role": "editor"
}
],
"createdAt": "2024-03-04T07:26:55.198Z",
"updatedAt": "2024-03-04T05:10:21.686Z"
}