---
title: "Retrieve a list of vehicle brands"
method: GET
path: "/api/v1/vehicles/brands"
tags: ["Vehicles"]
---

# Retrieve a list of vehicle brands

`GET /api/v1/vehicles/brands`

Required scope: `vehicles:read`

## Query parameters

- `page` integer
- `perPage` integer
- `ownerId` integer — Filter to retrieve vehicles with specified team ID or user ID defined by ownerType
- `ownerType` 'team' | 'user', required — Filter by owner type of the vehicle

## Response `200`

List of all available vehicle brands

- OffsetBasedResponse41
  - `data` VehicleBrand[], required
    - `id` integer — Id of the vehicle brand
    - `name` string, required — Name of the vehicle brand
    - `logoUrl` string, nullable — URL of the brand logo
    - `integrationStatus` string, nullable — Integration status of the brand. Null if no integration available, otherwise SUPPORTED or BETA
  - `meta` MontaPageMeta, required
    - `itemCount` integer, required
    - `currentPage` integer, required
    - `perPage` integer, required
    - `totalPageCount` integer, required
    - `totalItemCount` integer, required

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
