---
title: "Find and returns location information for the given location within a given studio."
method: GET
path: "/Subscribers/Locations/{locationId}"
tags: ["Rest"]
---

# Find and returns location information for the given location within a given studio.

`GET /Subscribers/Locations/{locationId}`

## Path parameters

- `locationId` integer, required

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsLocationLocation — Object that represents a subscriber's location.
  - `Id` integer — location identifier
  - `Name` string — location name
  - `BillingAccountId` string — location specific BillingAccountId
  - `MerchantAccountProcessingId` string — Location specific Merchant Account Processing Id.

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