---
title: "Finds basic site info."
method: GET
path: "/Subscribers/SiteInformation"
tags: ["Rest"]
---

# Finds basic site info.

`GET /Subscribers/SiteInformation`

## Query parameters

- `studioId` integer, required

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSubscribersSiteInformationControllerGetSiteInformationResponse
  - `StudioId` integer
  - `StudioName` string
  - `BusinessUrl` string
  - `LogoUrl` string
  - `MobileLogoUrl` string
  - `TimeZoneId` string — Unique identifier that matches this studio's timezone. For example: America/Los_Angeles
  - `StudioLocale` string — Studio's locale
  - `CurrencyIsoCode` string — Studio's currency ISO code.
  - `IsoDecimalDigits` integer — Gets number of decimal digits used by the currency (e.g. 2 for USD).
  - `RoundingMethod` string — Gets or sets the rounding method used for currency calculations.

## Other responses

- `404` — NotFound

---

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