Skip to main content
A User in Qonversion represents a single app user across platforms. Each user has a unique Qonversion User ID (prefixed with QON_) that is automatically generated by the SDK on first launch. Most user-scoped operations live under /v4/users/{user_id}/….

Key concepts

  • Qonversion User ID — Auto-generated identifier (e.g., QON_7791a27fc4e747412381842b36a).
  • Environment — Each user belongs to either prod (production) or sandbox environment.
  • Identity — Users can optionally be linked to your own user ID system via the Identity API.
  • Sub-resources — Properties, purchases, and entitlements live under dedicated endpoints, documented in User Properties, Purchases, and Entitlements.

Available endpoints

MethodEndpointDescriptionStatus
GET/users/{user_id}Get a userUpdated — v3

Authentication

All v4 endpoints require a Secret Key. See Authentication.