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

last_modifiedstring date-time

The last modified date-time, only returns depots newer than this timestamp.

maximum_resultsinteger

The maximum number of results to return.

languagesstring[]
pagestring

Pagination token used to retrieve the next page of results. Obtained from next_page.

Example request

{
  "last_modified": "2025-11-01T11:05:00+00:00",
  "languages": [
    "en-us"
  ]
}

Response

Successful response.

request_idstring

Uniquely identifies the request. Please provide this identifier when contacting support.

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"
      }
    }
  ]
}