---
title: "Gets AppointmentOptions for a Subscriber"
method: GET
path: "/Settings/AppointmentOptions"
tags: ["Rest"]
---

# Gets AppointmentOptions for a Subscriber

`GET /Settings/AppointmentOptions`

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSiteAppointmentOptions — DTO Model for AppointmentOptions
  - `AppointmentScheduleBookingInterval` integer — The interval in minutes for allowable booking times
  - `UseGenderPreferences` boolean — Enables/Disables showing GenderOptions for staff selection. e.g., Male Staff, Female Staff.
  - `RequireClientPaymentForBookedAppointments` boolean — Decides whether client needs payment for an appointment

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

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