---
title: "Retrieve Property Amenities"
method: GET
path: "/properties-api/amenities/{propertyId}"
tags: ["Amenities"]
---

# Retrieve Property Amenities

`GET /properties-api/amenities/{propertyId}`

Retrieve a property's amenities.

## Path parameters

- `propertyId` string, required

## Response `200`

Return the list of amenities assigned to specific property

- object
  - `propertyId` string
  - `amenities` string[] — An array containing amenities supported by guesty and assigned to the property
  - `otherAmenities` string[] — An array containing all other amenities assigned to the property after the operation

## Other responses

- `403` — Unauthorized Request
- `404` — Amenities not found

---

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