v1

latestOpenAPI 3.0.0Apache 2.02026-07-26916119.7 KB
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