Skip to content

API Dynamic Data

Current version: 1.6

Content last updated: 24/11/2025. See the changelog for the version history.

The Dynamic Data API retrieves, in real time or after the fact, usage data for vehicles equipped with telematics devices (position, status, CAN data, battery, trips).

Using the API

The Dynamic Data API is a REST API. The exchange format used by the API is JSON.

It is intended for applications that manage and analyze connected vehicle data.

HTTP codes

Code Description
200 The request succeeded.
401 Authentication failed. Check the appId and appKey provided.
403 Unauthorized access. The token provided is not valid.
404 Data not found. The data identifier (vehicle, device, authorization, license plate) is unknown.
480 The request could not be completed. Check the error field in the API response for more information.
500 Internal error.

In this documentation

  • Authentication — obtain and use an access token.
  • Endpoints — vehicles, CAN data, usage data, trips.
  • Errors — error codes returned in the error field.
  • Changelog — version history of this documentation.