Authentication
Access to data can be requested by contacting support at support@ainsite.io. Any changes in data access should also be sent to support.
Info
API credentials differ from credentials to access the Å Insite portal. The former are designed to be used for machine-to-machine communication while the latter are personal.
APIs
Our APIs are secured using basic authentication. An example with the username username
and password password
results in the header:
In Swagger or Postman, enter username
and password
in the ‘Authorize’ or ‘Authentication’ sections.
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
MQTT
Our MQTT broker uses the same username and password as APIs and requires a secure connection with TLS for connections.