---
title: "Get a List of All Supported Amenities"
method: GET
path: "/properties-api/amenities/supported"
tags: ["Amenities"]
---

# Get a List of All Supported Amenities

`GET /properties-api/amenities/supported`

Get a list of all supported amenities, including their names, groups and channels

## Response `200`

A list of all supported amenities

- object[]
  - `name` string — The name of the amenity
  - `group` string — The name of the amenity group that it belongs to
  - `channels` object — An array of channels as key, and their values on the channels

## Other responses

- `403` — Unauthorized Request

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
