---
title: "Suppliers"
method: POST
path: "/cars/suppliers"
tags: ["Cars"]
---

# Suppliers

`POST /cars/suppliers`

Use this endpoint to fetch a list of car rental suppliers. <br/>You can use a supplier ID (or an array of them), to retrieve specific details. <br/>Alternatively, if you do not add any ID in the request, the response will include all suppliers.

## Headers

- `X-Affiliate-Id` integer, required

## Request body

- object
  - `maximum_results` integer — The maximum number of results to return.
  - `page` string — Pagination token used to retrieve the next page of results. Obtained from `next_page`.
  - `suppliers` integer[] — Defines the suppliers that should be returned. Without it all suppliers will be returned

## Response `200`

Successful response.

- object
  - `request_id` string — Uniquely identifies the request. Please provide this identifier when contacting support.
  - `data` object[]
    - `id` integer — Uniquely identifies a vehicle supplier. The full list can be obtained by calling /cars/suppliers.
    - `logo` string, uri — Supplier logo image URL.
    - `name` string — Brand name of the vehicle supplier.
  - `metadata` object — Metadata about the request.
    - `next_page` string, nullable — Indicates that more results are available. Use this pagination token to retrieve the next page of results (via parameter `page`).
    - `total_results` integer — The total number of results available.

---

[API](https://skmtc.net/booking/apis/booking-com-demand-api.md) · [All operations](https://skmtc.net/booking/apis/booking-com-demand-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/booking-com-demand-api/revisions/e5f3dccae7ca/schema)
