The Qonversion REST API v4 uses Bearer token authentication.Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
Secret Key
All v4 public endpoints require a Secret Key. Unlike v3, which mixed SDK-level access tokens with privileged server keys, v4 exposes only the server-to-server surface — so a single token type is used for every operation, from reads to privileged mutations (granting entitlements, managing products, experiment overrides, rotating credentials).- Prefixed with
sk_ - Found in Project settings in the Qonversion dashboard
- Passed as
Authorization: Bearer sk_…
Sandbox vs production
Use a test-prefixed token to target the sandbox environment:Error codes
| Status | Error code | When |
|---|---|---|
| 401 | control_unauthorized | Missing or invalid Bearer token |
| 403 | control_forbidden | Valid token, insufficient permissions for the requested operation |