---
title: "Retrieve available slots for a service booking"
method: GET
path: "/v1/bookings/{booking_id}/slots"
---

# Retrieve available slots for a service booking

`GET /v1/bookings/{booking_id}/slots`

This API helps you to retrieve available slots for the specified service booking (`booking_id`) on a given day. If no slots are available on that day, the API returns the next available slot on any other future day of the current week.

You can also use this API to retrieve available slots for the required group service booking (`booking_id`).

You can choose a specific therapist or a therapist based on a certain gender while creating a service booking; after which, a unique 32-digit `booking_id` is generated.

You must then specify the generated `booking_id` as an input parameter in the API request body to retrieve available slots for the service booking.

## Path parameters

- `booking_id` string, required

## Query parameters

- `check_future_day_availability` boolean

## Response `200`

200

- object
  - `slots` object[]
    - `Time` string
    - `Warnings` unknown
    - `Priority` integer
    - `Available` boolean
    - `SalePrice` unknown
  - `future_days` object[]
    - `Day` string
    - `IsAvailable` boolean
  - `Error` unknown

## Other responses

- `400` — 400

---

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