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 Settings → Developer → Keys in the Qonversion dashboard; a project can have up to 10 Secret Keys, so you can rotate without downtime — see How to manage and rotate project keys
- Passed as
Authorization: Bearer sk_…
Sandbox vs production
Use a test-prefixed token to target the sandbox environment:Error codes
See Handling Errors for the full error envelope.