---
title: "Find Appointment Options"
method: POST
path: "/api/v1/hims-appointments/appointment-options"
tags: ["hims-appointment-tools"]
---

# Find Appointment Options

`POST /api/v1/hims-appointments/appointment-options`

## Query parameters

- `token` string, nullable

## Request body

- AppointmentOptionsRequest
  - `callId` string, required
  - `reason` string, nullable
  - `specialization` string, nullable
  - `doctorName` string, nullable
  - `preferredDate` string, required
  - `preferredTimeOfDay` string, nullable
  - `maxDoctors` integer
  - `maxSlotsPerDoctor` integer

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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