v1
latestOpenAPI 3.0.32026-07-2632131.4 MBAmenities
Get a List of All Supported Amenities
Get a list of all supported amenities, including their names, groups and channels
get/properties-api/amenities/supported
Response
A list of all supported amenities
Example response
[
{
"name": "Elevator",
"group": "Accessibility",
"channels": {
"airbnb2": "elevator",
"bookingCom": "5132",
"homeaway2": "AMENITIES_ELEVATOR",
"rentalsUnited": "689",
"tripAdvisor": "ELEVATOR_IN_BUILDING"
}
},
{
"name": "Gym",
"group": "Wellness",
"channels": {
"airbnb2": "gym"
}
}
]