Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The associated VIN.
Query Parameters
The start of the timeframe. Unix timestamp in seconds.
The end of the timeframe. Unix timestamp in seconds.
The desired number of seconds between data points. Set to 1 to return all data points.
Example:
1
Whether to condense data output.
The IANA timezone name.
Whether to return data in miles or kilometers.
Available options:
mi
, km
Whether to return data in Fahrenheit or Celsius.
Available options:
c
, f
Whether to output the results in JSON or CSV.
Available options:
json
, csv
Response
200 - application/json
Success
- Option 1
- Option 2