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/{vin}/path
Query parameters
fromnumber
The start of the timeframe. Unix timestamp in seconds.
tonumber
The end of the timeframe. Unix timestamp in seconds.
separateboolean
Whether the path should be separated by individual drives.
simplifyboolean
Whether the path should be simplified to reduce the number of points.
detailsboolean
Whether the path should include details like timestamps, speeds and headings.
Response
Success