---
title: "Get Suppliers"
method: GET
path: "/api/vehicles/data/suppliers"
tags: ["Vehicles Data"]
---

# Get Suppliers

`GET /api/vehicles/data/suppliers`

Get suppliers (fornecedores) for the user's company.

## Query parameters

- `search` string, nullable
- `limit` integer
- `include_id` integer, nullable — Force-include this client ID in the result even if outside TOP N

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- SupplierComboItem[]
  - `ID` integer, required
  - `Nome` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
