MasterChainListResponse
items object[]
Array [
masterChainIdstring
Bundleport-level canonical chain UUID.
chainNamestring
Deterministic representative effective name across members.
hotelCountinteger
Sum of hotels across all (providerCode, chainCode) members.
providerCountinteger
Number of provider chain codes linked to this master.
]
nextCursorstring
Opaque base64url cursor for keyset pagination; absent on last page.
MasterChainListResponse
{
"items": [
{
"masterChainId": "string",
"chainName": "string",
"hotelCount": 0,
"providerCount": 0
}
],
"nextCursor": "string"
}