hotel-search
Get Hotel Prices
Get hotel room prices — standalone, no session required.
Guests parse leniently here: content resolves real occupancy from the search session (or strictly validates when sessionless), so the gateway must not 422 a client-mangled guest config before content can.
post/hotel-search/hotels/{hotel_id}/prices
Path parameters
hotel_idinteger required
Request body
Response
Successful Response
Example response
[
{
"priced_guests": {
"rooms": [
{
"adults": 2,
"children": [
{
"age": 5
}
]
}
]
}
}
]