Traces
This will create one or many traces with the provided license plate number.
In the endpoint's URL, you must replace {vendor} by the name given to you by your Dashdoc project manager.
All vehicles specified in the request must exist in Dashdoc with the provided license plate, otherwise the request will return a 400 error.
Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.
Example of authenticated request
$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
License plate number
AB123CDCountry code of the license plate
FRTimestamp at which the trace was generated. ISO-8601 format.
2022-02-01T08:00:00ZMileage expressed in kilometers
123Latitude of the position of the vehicle
42.2Longitude of the position of the vehicle
2.3522Last updated
Was this helpful?