Amenities API
Returns the list of available Amenities.
API details
GET
/api/v1/hotel/content-api/types/amenities
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <Access token>
Accept-Encoding
gzip
Query Params
Name
Type
Description
SyncId
string
SyncId (optional)
Response
{
"success": true,
"data": {
"syncId": "b180b6913c335305271a73140c5ac941",
"total": 384,
"from": 1,
"to": 384,
"amenities": [
{
"amenityId": 100001,
"name": "dining table",
"amenityGroupId": 100015
},
{
"amenityId": 100002,
"name": "swimming pool",
"amenityGroupId": null
},
{
"amenityId": 100003,
"name": "Disneyland Paris - Enhanced health and safety measures",
"amenityGroupId": 100015
},
{
"amenityId": 100004,
"name": "Eurostars- Clean & Safe",
"amenityGroupId": 100015
}
]
}
}
Last updated