Skip to main content

Token


The easiest way to authenticate with the API is to use a user created access token.

The creation and management of tokens can be carried out via the Tokens Page within Noona HQ.

To authenticate API requests, you need to use the Bearer authentication scheme.

curl 'https://api.noona.is/v1/hq/user' --header 'Authorization: Bearer <token>'
tip

The tokens are linked to specific users. It's a good idea to set up a separate user account for integrations. This way, it'll be easier to keep track of data originating from the integration in Noona HQ and sort out any issues if something goes wrong unexpectedly.

While simple access tokens are the easiest way to get started, we recommend using OAuth 2.0. It provides more features, like scopes, and the possibility to add functionality to our App store.