---
title: "Create Booking"
method: POST
path: "/api/v3/scheduling/bookings"
tags: ["Scheduling"]
---

# Create Booking

`POST /api/v3/scheduling/bookings`

## Request body

- BookingRequest
  - `host_id` string, required
  - `start_time` string, required
  - `timezone` string, required
  - `name` string, required
  - `email` string, required
  - `guests` string[]
  - `prep_answer` string

## Response `201`

Successful Response

- BookingConfirmation
  - `status` string
  - `host_id` string, required
  - `host_name` string, required
  - `event_name` string, required
  - `start_time` string, required
  - `end_time` string, required
  - `timezone` string, required
  - `cancel_url` string, required
  - `reschedule_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
