The NoiseAware API uses token authentication for all its end points. This token can be easily retrieved from out authentication endpoints. The tokens will not last forever so for to avoid timing causing your application to fail we recommend that you refresh your token before every call.

Certain user roles will have limitations so only Admin Users will be able to access most thing, as such we suggest using only your admin user for most calls. All of our endpoints are expecting the authorization and token pair in the header. API requests without authentication will fail.