These endpoints provide comprehensive functionality for managing hotel bookings. They enable users to search for hotels, check room rates and availability, create and modify bookings, and handle cancellations and rebooking.
curl -i -X GET \
'https://apis.spotnana.com/v2/hotel-supplier-autocomplete?query=New%20York%20Marquis' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "hotels": [ { … } ] }