Skip to main content
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.

Base URL

All API requests should be made to:
https://api.qonversion.io/v3

API Sections

SectionDescription
UsersRetrieve and create Qonversion users
User PropertiesManage user-level attributes for segmentation and analytics
IdentityCross-platform user identity management
EntitlementsRetrieve, grant, and revoke premium access
PurchasesRecord Stripe purchases
ProductsManage Qonversion dashboard products
AnalyticsRevenue, subscriptions, and user analytics
CustomersCustomer data and aggregated metrics

Request Format

All requests must include:
  • Authorization header with a Bearer token
  • Content-Type: application/json header (for POST/PUT/DELETE requests)

Response Format

All responses are JSON-encoded. Successful responses return the requested resource directly. Error responses follow a consistent error format.