latestOpenAPI 3.1.02026-08-10390815.4 KB
e5f3dccae7ca
Cars
Depots
Use this endpoint to retrieve the list of all available car rental depots.
post/cars/depots
Headers
X-Affiliate-Idinteger required
Include here your Affiliate identifier number
Request body
Example request
{
"last_modified": "2025-11-01T11:05:00+00:00",
"languages": [
"en-us"
]
}Response
Successful response.
Example response
{
"data": [
{
"id": 5944,
"contact": {
"email": "depot@test.booking.com",
"telephone": "+31882847620"
},
"city": -1471393,
"location": {
"address": "5 Aankomstpassage",
"airport": "AMS",
"country": "nl",
"post_code": "1118 AX"
}
}
]
}