v1
latestOpenAPI 3.0.32026-07-2632131.4 MBAmenities
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
Example response
{
"propertyId": "645774fe76e5da340bf915e7",
"amenities": [
"Shampoo",
"Piano"
],
"otherAmenities": [
"Red wine"
]
}