Authentication
Qvalon API uses API tokens to authenticate requests.
Just add token to Authorization: Bearer <your_token>
request header to making requests.
API tokens doesn't have expiration time.
All requests runs with Administrator privileges.
#
How to generate new API token- Login as Administrator in Qvalon web UI.
- Go to Integration - API Tokens in left-side menu
- Click
Add
button - Enter description (optional) and click
Generate
- Copy token and store it in a safe place.
⚠️ WARNING
If you clickClose
before you copy token, it will be unavailable.