Amenity Detail API

Returns all the details associated with a single Amenity or a group of Amenities.

API details

GET /api/v1/hotel/content-api/types/amenities/details

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <Access token>

Accept-Encoding

gzip

Query Params

Name
Type
Description

amenityIds

string

Array of amenityIds

Response

{
    "success": true,
    "data": {
        "chains": [
            {
                "amenityId": 100006,
                "name": "Full board with drinks",
                "amenityGroupId": 100008
            },
            {
                "amenityId": 100009,
                "name": "IHG - Clean Promise",
                "amenityGroupId": 100015
            }
        ]
    }
}

Last updated