This is the Everactive Gateway Configuration API.
You can retrieve and update the configuration of the Gateway network interfaces and services like the MQTT interface through these endpoints.
Authentication
All the endpoints require Authorization with Basic Authentication
The default values are Username: admin Password: everactive{SERIAL} where {SERIAL} is the gateway serial number.
API Versioning
The API is versioned with a prefix in the paths. The current version of the API is /v1
.
Example: http://gatwaySerial/v1/connections
Snap Implementation
The API is implemented inside the ENMC snap