---
title: "Get Appointment Availability"
method: GET
path: "/v1/property/{property_id}/appointments/availability"
tags: ["Calendar"]
---

# Get Appointment Availability

`GET /v1/property/{property_id}/appointments/availability`

## Path parameters

- `property_id` string, required

## Query parameters

- `start_time` string, date-time, required
- `end_time` string, date-time, required
- `tour_types[]` TourType[]

## Response `200`

Successful Response

- AppointmentAvailability
  - `availability` object, required
  - `timezone` string, required

## Other responses

- `401` — Not Authorized for this endpoint
- `404` — Not found
- `422` — Validation Error

---

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