v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Vehicles

All Vehicles

Description

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

get/vehicles

Query parameters

limitinteger

Number of vehicles to return

offsetinteger

Index to start vehicle list at

Response

A list of vehicles

vehiclesstring[]

Example response

{
  "vehicles": [
    "36ab27d0-fd9d-4455-823a-ce30af709ffc"
  ]
}