latestOpenAPI 3.1.02026-08-10390815.4 KB
e5f3dccae7ca
Cars
Search car rentals
Use this endpoint to retrieve the available car rentals matching the search criteria.
post/cars/search
Headers
X-Affiliate-Idinteger required
Include here your Affiliate identifier number
Request body
Example request
{
"booker": {
"country": "nl"
},
"currency": "EUR",
"language": "en-us",
"route": {
"dropoff": {
"datetime": "2025-11-10T11:05:00",
"location": {
"airport": "AMS"
}
},
"pickup": {
"datetime": "2025-11-05T11:05:00",
"location": {
"airport": "AMS"
}
}
}
}Response
Successful response.
Example response
{
"data": [
{
"price": {
"currency": "EUR"
},
"route": {
"dropoff": {
"depot": 5944
},
"pickup": {
"depot": 5944
}
}
}
]
}