All API calls are subject to authentication. In order to invoke the AlisQI API endpoints, developers need to create an authentication token.

Authentication tokens

The API supports the Bearer authentication specification.

Each token is connected to a single user. The Read, Insert and Update permission this user has for analysis sets (via its user group), also apply to API invocations. More information on the user and permission management in AlisQI.

API authentication tokens can be created in the in-app integration hub.

📘

We recommend using dedicated tokens per integration scenario.

URL Parameter

Alternatively, if the Bearer authentication method is unavailable, requests can be authenticated using the accessToken URL parameter.

&accessToken=abc...123