Fetch hotel details

Get detailed information about a specific hotel, including pricing if dates are provided

post/api/actions/fetch

Request body

hotelIdstring required

Unique hotel identifier

checkinstring date
checkoutstring date
adultsinteger
currencystring

Response

Hotel details

idstring
namestring
descriptionstring
starsinteger
ratingnumber
addressstring
imagesstring[]
facilitiesstring[]
pricingobject

Changes

No recorded changes to this endpoint across all 1 revision of this API.