---
title: "Confirm Booking"
method: POST
path: "/v1/booking/{token}/confirm"
tags: ["booking"]
---

# Confirm Booking

`POST /v1/booking/{token}/confirm`

Confirm a booking by selecting a time slot.

Creates the interview conversation, calendar event, and enqueues jobs.

## Path parameters

- `token` string, required

## Request body

- BookingConfirmRequest
  - `slot_start` string, required

## Response `200`

Successful Response

- BookingConfirmResponse
  - `meeting_url` string, required
  - `scheduled_at` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
