Vehicle Data

retrieves array of recent data sensor values

Gets vehicle data as an array. Timestamps are based on time collected on vehicle. Sensor array provided for up to last 8 hrs.

get/v1/{vin}/data/

Path parameters

vinstring required

Vehicle Identification Number

Response

data successfully retrieved

app_timestampstring
dataobject

Example response

[
  {
    "app_timestamp": "2021-10-31 21:59:06.000"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.