The Qonversion API uses Bearer token authentication. There are two types of keys: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.
Project Key
Used for standard API requests — retrieving users, properties, identities, entitlements, and creating purchases. Find your Project Key in Project settings in the Qonversion dashboard.All examples in this documentation use the Qonversion sample app Project Key (
test_PV77YHL7qnGvsdmpTs7gimsxUvY-Znl2) for testing.Secret Key
Used for advanced operations that modify user access — granting and revoking entitlements.- Prefixed with
sk_ - Found in Project settings in the Qonversion dashboard
Which key to use?
| Endpoint | Key Required |
|---|---|
| Retrieve / Create Users | Project Key |
| Retrieve / Create User Properties | Project Key |
| Retrieve / Create Identities | Project Key |
| Retrieve Entitlements | Project Key |
| Grant Entitlement | Secret Key |
| Revoke Entitlement | Secret Key |
| Create Purchase | Project Key |