Use this endpoint to retrieve the list of all available car rental depots.
Security
BearerAuth
The last modified date-time, only returns depots newer than this timestamp.
Example:"2025-11-01T11:05:00+00:00"
The maximum number of results to return.
Default:100
- Production environmenthttps://demandapi.booking.com/3.1/cars/depots
- Sandbox environmenthttps://demandapi-sandbox.booking.com/3.1/cars/depots
curl -i -X POST \
https://demandapi.booking.com/3.1/cars/depots \
-H 'Authorization: Bearer <YOUR_string_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Affiliate-Id: 0' \
-d '{
"last_modified": "2025-11-01T11:05:00+00:00",
"maximum_results": 100,
"languages": [
"en-gb",
"nl"
]
}'Response
{ "request_id": "01fr9ez700exycb98w90w5r9sh", "data": [ { … } ], "metadata": { "next_page": null } }