Core Module

The Core module is the main repository for master data about users and sharing rules.

It handles authentication and authorization, and receives most of the interactions from administrative and end-user apps.

Admin Interface

The Admin interface handles web service calls from the Admin web gui. The base url for this is at:

/api/admin/

A JSON file with OpenAPI data about all core-related admin APIs can be downloaded here.

Select a topic from the list below.

Statistics Interface

This interface allows for access to statistics data. The base url for this interface is at:

/api/statistics/

A JSON file with OpenAPI data about all vehicle-related statistics APIs can be downloaded here.

A valid JWT is required for all statistics access.

Select a topic from the list below.