GET
/
v1.0.0
/
vehicles
/
{vehicleId}

Authorizations

X-API-KEY
string
header
required

ApiKey used for authorization and authentication

Path Parameters

vehicleId
string
required

Vehicle ID

Response

200 - application/json

Object of vehicle response.

id
string
required

The ID of the vehicle.

isOnline
boolean
required

Indicates if the vehicle is reachable trough the vendor system.

staticData
object
required

Object of static data of a vehicle.

userId
string
required

The ID of the user.

chargeState
object

Object of charge state data of a vehicle.

climateState
object

Object of climate state of a vehicle.

lastUpdated
string

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

location
object

Object of location data of a vehicle.

odometer
object

Object of odometer data of a vehicle.