The Qonversion REST API follows REST standards. It has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.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.
Base URL
All API requests should be made to:API Sections
| Section | Description |
|---|---|
| Users | Retrieve and create Qonversion users |
| User Properties | Manage user-level attributes for segmentation and analytics |
| Identity | Cross-platform user identity management |
| Entitlements | Retrieve, grant, and revoke premium access |
| Purchases | Record Stripe purchases |
| Products | Manage Qonversion dashboard products |
| Analytics | Revenue, subscriptions, and user analytics |
| Customers | Customer data and aggregated metrics |
Request Format
All requests must include:Authorizationheader with a Bearer tokenContent-Type: application/jsonheader (for POST/PUT/DELETE requests)