GET
/
v1.0.0
/
vehicles
/
{vehicleId}

Authorizations

X-API-KEY
string
headerrequired

ApiKey used for authorization and authentication

Path Parameters

vehicleId
string
required

Vehicle ID

Response

200 - application/json

Object of vehicle response.

isOnline
boolean
required

Indicates if the vehicle is reachable trough the vendor system.

id
string
required

The ID of the vehicle.

userId
string
required

The ID of the user.

staticData
object
required

Object of static data of a vehicle.

lastUpdated
string

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.