Scoring & Statistics API
Request Parameters
- Miles or Kilometers
- Flexible periods parameters
- Tags
Authentication
All API services are required JWT access token. Read more about Platform Layout and Authentication
These methods support the following access level:
-
Individual access level
This access level allows you to get the individual data of the user whose token was used for authentication. Usually, it is used for individual dashboards in mobile applications. -
Admin access level
It gives you access to any users and their data from your company. Usually, it is used for back-to-back integrations.
Methods
There are two types of methods:
- Accumulated - the response contains a single value for the selected period of time.
- Daily - the response contains a list of daily values for the selected period of time.
There are also some of additional methods available.
For example, the method to get individual user's latest trip date. The main use case is to use this date as the end date for Accumulated Safety and Eco scores.
Examples:
Mobile Apps
Admin Workspace
Updated over 2 years ago