---
title: "Retrieve a list of all amenities that can be applied to a location."
method: GET
path: "/DEIB/{subscriberId}/Amenities"
tags: ["Rest"]
---

# Retrieve a list of all amenities that can be applied to a location.

`GET /DEIB/{subscriberId}/Amenities`

## Path parameters

- `subscriberId` integer, required

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsDEIBResponsesAmenitiesGetStudioAmenitiesResponse — GetStudioAmenitiesResponse
  - `AmenityLocations` MindbodyRestApiDtoModelsDEIBDtoAmenitiesAmenityLocation[] — AmenityLocations
    - `LocationId` integer — LocationId
    - `SubscriberId` integer — SubscriberId
    - `Amenities` MindbodyRestApiDtoModelsDEIBDtoAmenitiesAmenity[] — Amenities
      - `Id` integer — The identifying ID of the amenity.
      - `Name` string — The name of the amenity (e.g. "Lockers" or "Food/Drink").
      - `CategoryName` string — categoryName of the Aminity

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