← Back to catalog
hotels.search
mock data$0.010 / callHotel Search
Find available hotels in a city for given check-in/out dates.
Input schema
cityrequired
stringcheckInrequired
stringYYYY-MM-DD
checkOutrequired
stringYYYY-MM-DD
Call via REST
curl -X POST https://unifyapi.pro/api/call/hotels.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"city":"<city>","checkIn":"<checkIn>","checkOut":"<checkOut>"}'