---
title: "Retrieve business information for specified studio IDs
separated by a comma. Studio IDs limit is 100."
method: GET
path: "/Subscribers/Studios/BusinessInformation"
tags: ["Rest"]
---

# Retrieve business information for specified studio IDs
separated by a comma. Studio IDs limit is 100.

`GET /Subscribers/Studios/BusinessInformation`

## Query parameters

- `studioIds` string, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSubscribersStudiosControllerStudioBusinessInfo[]
  - `StudioId` integer — Studio ID
  - `Name` string — Studio name
  - `City` string — Studio city
  - `StateProvinceCode` string — Studio state or province code
  - `CountryCode` string — Studio country code
  - `Deactivated` boolean — Determine if the studio has been deactivated.
  - `Deleted` boolean — Determine if the studio has been deleted.
  - `LogoUrl` string — Full sized logo URL
  - `MobileLogoUrl` string — Mobile logo URL

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden

---

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