Amenity Detail API
Returns all the details associated with a single Amenity or a group of Amenities.
API details
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"chains": [
{
"amenityId": 100006,
"name": "Full board with drinks",
"amenityGroupId": 100008
},
{
"amenityId": 100009,
"name": "IHG - Clean Promise",
"amenityGroupId": 100015
}
]
}
}Last updated