Get Driving Path
Vehicle Data
Get Driving Path
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.
GET
Get Driving Path
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.
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.
Response
200 - application/json
Success

