Skip to main content
GET
Vehicle data

Authorizations

X-API-KEY
string
header
required

API key used for authorization and authentication.

Path Parameters

vehicleId
string<uuid>
required

Vehicle ID

Response

Successful operation

Object of vehicle response.

isOnline
boolean
required

Indicates if the vehicle is reachable trough the vendor system.

Example:

true

id
string<uuid>
required

The ID of the vehicle.

userId
string
required

The ID of the user.

Example:

"896f9d5a-b618-48a2-98ae-957059bf1bc9"

staticData
object
required

Object of static data of a vehicle.

lastUpdated
string<date-time>

The timestamp of the last update of any field in the vehicle data.

chargeState
object

Object of charge state data of a vehicle.

odometer
object

Object of odometer data of a vehicle.

location
object

Object of location data of a vehicle.

climateState
object

Object of climate state of a vehicle.