Returns the driving path of a vehicle during a given timeframe.
If no timeframe is specified, returns the driving path for the last 30 days.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The associated VIN.
The start of the timeframe. Unix timestamp in seconds.
The end of the timeframe. Unix timestamp in seconds.
Whether the path should be separated by individual drives.
Whether the path should be simplified to reduce the number of points.
Whether the path should include details like timestamps, speeds and headings.
Success
The response is of type object
.