curl --location --request GET 'https://hotelmapping.vervotech.com/api/3.0/mappings/GetProviderHotelMappingsByVervotechId?vervotechId' \
--header 'accountId: DemoAccount' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1'
{
"VervotechId": null,
"Count": null,
"ProviderHotels": [
{
"ProviderHotelId": 12345,
"ProviderFamily": "EAN",
"ChannelIds": [
"Priceline,CUG"
]
}
],
"Status": true,
"Message": "Success",
"StatusCode": 2000
}