---
title: "Create a booking"
method: POST
path: "/api/v2/bookings"
tags: ["Bookings"]
---

# Create a booking

`POST /api/v2/bookings`

Create a new booking.

## Headers

- `X-Organization-Id` string, required

## Response `201`

Single booking

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/versions/6bb0150a5c5f/schema)
