v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Amenities

Retrieve Property Amenities

Retrieve a property's amenities.

get/properties-api/amenities/{propertyId}

Path parameters

propertyIdstring required
Example:5b2149c9f579400024388c47

The id of the property to retrieve a list of amenities

Response

Return the list of amenities assigned to specific property

propertyIdstring
amenitiesstring[]

An array containing amenities supported by guesty and assigned to the property

otherAmenitiesstring[]

An array containing all other amenities assigned to the property after the operation

Example response

{
  "propertyId": "645774fe76e5da340bf915e7",
  "amenities": [
    "Shampoo",
    "Piano"
  ],
  "otherAmenities": [
    "Red wine"
  ]
}