API Reference
AEMP
Aemp
Hapn proposes an implementation of the ISO 15143-3 standard (AEMP 2.0). The API exposes a simple REST interface serving XML or JSON as output formats. You can choose the format by sending your accept header with either application/xml or application/json. XML is the default format.
Each endpoint exists with optional 'aempTokenId' authentication instead of OAuth2. This token has a default duration of 1 year.
Contact our customer success team to request 'aempTokenId' token.
Endpoints
The Hapn API provides access to fleet AEMP data based on the ISO 15143-3 standard:
- Get fleet snapshot OAuth2 Gets the fleet snapshot of the latest available telematics data.
- Get single-element snapshot OAuth2 Gets the single-element snapshot of the latest available telematics.
- Get time-series by type OAuth2 Get the time-series of a specific telematic type.
- Get fleet snapshot aempTokenId Gets the fleet snapshot of the latest available telematics data.
- Get single-element snapshot aempTokenId Gets the single-element snapshot of the latest available telematics.
- Get time-series by type aempTokenId Get the time-series of a specific telematic type.