---
title: "Book an Available Slot"
method: POST
path: "/v2/available_slots/{id}/confirm"
tags: ["Calendar Slots"]
---

# Book an Available Slot

`POST /v2/available_slots/{id}/confirm`

Book an available slot with an applicant

## Path parameters

- `id` string, required

## Query parameters

- `applicant_id` string

## Response `201`

OK

- BookedSlot
  - `id` string, required — Unique identifier for the booked slot
  - `location` string — Location of the booked slot
  - `recruiter` string — Name of user associated with the booked slot
  - `start_time` string, datetime, required — The time the booked slot starts
  - `end_time` string, datetime, required — The time the booked slot ends
  - `booked_time` string, datetime, required — The time the booked slot was booked
  - `instructions` string, nullable — Instructions for the booked slot
  - `showed_up` boolean, nullable — Indicator for whether the applicant showed up
  - `stage_title` string — Title of the stage associated with the booked slot

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
