---
title: "This action returns a list of locations that can schedule appointments."
method: GET
path: "/Consumer/Schedules/Appointments/Locations"
tags: ["Rest"]
---

# This action returns a list of locations that can schedule appointments.

`GET /Consumer/Schedules/Appointments/Locations`

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiCommonModelsSiteLocationSmall[]
  - `ID` integer
  - `IsActive` boolean
  - `Name` string

## Other responses

- `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)
