latestOpenAPI 3.1.02026-08-10390815.4 KB
e5f3dccae7ca
Accommodations
Check availability
Use this endpoint to return detailed product availability, price and charges of the accommodation matching a given search criteria. <br/>By default, only product availability and price is returned. To receive extended information use the extras parameter. <br/><br/>Note: It is mandatory to pass the input parameters: accommodation, booker, checkin, checkout and guest.
post/accommodations/availability
Headers
X-Affiliate-Idinteger required
Include here your Affiliate identifier number
Request body
Example request
{
"currency": "EUR"
}Response
Successful response.
Example response
{
"data": {
"currency": "EUR"
}
}