---
title: "All Vehicles"
method: GET
path: "/vehicles"
tags: ["Vehicles"]
---

# All Vehicles

`GET /vehicles`

__Description__

Returns a paged list of all vehicles connected to the application for the current authorized user.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A list of vehicles

- VehiclesResponse
  - `paging` object
    - `count` integer
    - `offset` integer
  - `vehicles` string[]

---

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