Skip to main content

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#

  1. Login as Administrator in Qvalon web UI.
  2. Go to Integration - API Tokens in left-side menu
  3. Click Add button
  4. Enter description (optional) and click Generate
  5. Copy token and store it in a safe place.

⚠️ WARNING
If you click Close before you copy token, it will be unavailable.