GET
/
v1.0.0
/
vehicles
/
{vehicleId}
/
refresh
{
  "lastUpdated": "2023-11-07T05:31:56Z",
  "chargeState": {
    "lastUpdated": "2023-11-07T05:31:56Z",
    "chargeRate": 6.5,
    "stateOfCharge": 72,
    "chargeLimitMin": 20,
    "chargingTimeRemaining": 6,
    "chargeLimitMax": 80,
    "scheduledDepartureTime": "2023-11-07T05:31:56Z",
    "scheduledChargingStartTime": "2023-11-07T05:31:56Z",
    "estimatedRange": 106,
    "chargingState": "PLUGGED"
  },
  "odometer": {
    "lastUpdated": "2023-11-07T05:31:56Z",
    "odometer": 12228
  },
  "isOnline": true,
  "location": {
    "lastUpdated": "2023-11-07T05:31:56Z",
    "latitude": 50.770774,
    "longitude": -126.104965
  },
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "climateState": {
    "lastUpdated": "2023-11-07T05:31:56Z",
    "isClimateOn": true,
    "isBatteryHeaterOn": true,
    "temperatureCurrent": 18,
    "temperatureTarget": 20
  },
  "userId": "896f9d5a-b618-48a2-98ae-957059bf1bc9",
  "staticData": {
    "lastUpdated": "2023-11-07T05:31:56Z",
    "vendor": "TESLA",
    "name": "My Tesla",
    "engineType": "BEV",
    "model": "Model 3",
    "vin": "1XKAD29X0KS502460",
    "batteryCapacity": 60,
    "vehicleVariant": "Base"
  }
}

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.

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.

isOnline
boolean
required

Indicates if the vehicle is reachable trough the vendor system.

location
object

Object of location data of a vehicle.

id
string
required

The ID of the vehicle.

climateState
object

Object of climate state of a vehicle.

userId
string
required

The ID of the user.

staticData
object
required

Object of static data of a vehicle.