---
title: "Service used to search vehicles."
method: GET
path: "/vehicles/models"
tags: ["Search Auto"]
---

# Service used to search vehicles.

`GET /vehicles/models`

## Query parameters

- `chassi` string
- `fieldsFilter` string
- `fipe` string
- `description` string
- `limit` integer
- `skip` integer
- `compositionId` 5 | 10 | 17 | 18 | 19 | 20 | 21, required

## Headers

- `X-Application-Id` string, required
- `X-Company-Id` string, required
- `X-User-Id` string, required

## Response `200`

OK

- Vehicle[]
  - `plateCode` string — Vehicle plate XXX000 or XXX0X00
  - `chassiCode` string — Vehicle chassi
  - `model` Model — Vehicle Model
    - `description` string — Vehicle model description
    - `type` string — Vechicle type
  - `brand` Brand — Vehicle Brand
    - `description` string — Vehicle

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Vehicle not found
- `405` — Data input not supplied or invalid
- `406` — Exception

---

[API](https://skmtc.dev/hdi/apis/api-authentication-and-authorization.md) · [All operations](https://skmtc.dev/hdi/apis/api-authentication-and-authorization/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hdi/api-authentication-and-authorization/revisions/216d39155ad4/schema)
