Authentication

APIs

Our APIs are secured using basic authentication. An example with the username username and password password results in the header:

Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=

MQTT

Our MQTT broker uses the same username and passwords as APIs and requires a secure connection with TLS for connections.

Last updated