Chains API

Returns the list of available Hotel chains.

API details

GET /api/v1/hotel/content-api/types/chains

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": "84ad5a6d4c76865f92af2f374750f561",
        "total": 3039,
        "from": 3001,
        "to": 3039,
        "chains": [
            {
                "chainId": 103001,
                "chainName": "amaks hotels & resorts",
                "chainCode": "AMASK",
                "hotelGroupId": 10024
            },
            {
                "chainId": 103002,
                "chainName": "zleep hotels",
                "chainCode": "ZLEEP",
                "hotelGroupId": 10024
            },
            {
                "chainId": 103003,
                "chainName": "compass hotel ltd",
                "chainCode": "COMPA",
                "hotelGroupId": 10134
            },
            {
                "chainId": 103004,
                "chainName": "gettsleep hotels",
                "chainCode": "GETT",
                "hotelGroupId": 10862
            }
		]
	}
}

Last updated