Get Historical States
Returns historical states for a vehicle during a timeframe.
If no interval is specified, a sensible interval based on the timeframe is used.
Documentation Index
Fetch the complete documentation index at: https://developer.tessie.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
1
Whether to condense data output.
The IANA timezone name.
Whether to return data in miles or kilometers.
mi, km Whether to return data in Fahrenheit or Celsius.
c, f Whether to output the results in JSON or CSV.
json, csv Response
Success
- Option 1
- Option 2

