Join our community at https://www.reddit.com/r/HotelByte/
curl --location --request POST 'https://api-test.hotelbyte.com/api/search/hotelsMetadata' \
--header 'Client-Request-Timestamp;' \
--header 'IP;' \
--header 'Language;' \
--header 'Request-Id;' \
--header 'Trace-Id;' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"destinationId": "804028047",
"countryCode": "AE",
"page": {
"pageNum": 1,
"pageSize": 10,
"cursor": 0
}
}'{
"code": 0,
"msg": "string",
"data": {
"hotelsMetadata": [
{
"hotelId": "string",
"destinationId": "804028047",
"name": {
"en": "Jumeirah Beach Hotel"
},
"rating": 4.5,
"address": {
"en": "Millenium Al Barsha"
},
"latlngCoordinator": {
"google": {
"lat": 25.0478,
"lng": 121.5319
},
"gaode": {
"lat": 25.0478,
"lng": 121.5319
}
},
"logoURL": "https://static.hotelbyte.com/Images/Hotel/804028047_1.jpg"
}
],
"page": {
"total": 100,
"hasMore": true
}
}
}