REST / WebSocket API
Currently the RESTful/WebSocket API can only be enabled/disabled by an administrator or the pulsatrix support.
The REST and WebSocket API have the same endpoints and functionality. The only difference lies in the way the limits are set. While it is possible to set multiple values at once through the REST API, it is only possible to set one value at a time through the WebSocket API.
Currently the API supports authorization with basic auth and bearer token. It can be enabled config editor and the password/token can be set there.
If you are looking for the Swagger documentation for the REST API, you can find it here.
📄️ /v1/configuration
The /charging endpoint provides momentary information about the current charging process.
📄️ /v1/transaction
The transaction endpoint returns transactional information about the charging session.
📄️ /v1/charging
The /charging endpoint provides momentary information about the current charging process.
📄️ /v1/limits
The /limits endpoint provides control functionality for the limits of the SECC.You can set the limits through the SET endpoint, and use a GET to get the current values set through the API.