How it works
- A user installs your app → Qonversion SDK generates a
QON_prefixed user ID - The user logs into your system → you call
identify()with your user ID - Qonversion links the two IDs together
- On another device, calling
identify()with the same ID restores their entitlements
Identity object
| Field | Type | Description |
|---|---|---|
id | string | Your custom user identity ID |
user_id | string | Qonversion User ID linked to this identity |
Available endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /identities/{identity_id} | Retrieve a Qonversion user by your identity ID |
| POST | /identities/{identity_id} | Create or link an identity to a Qonversion user |
Authentication
All Identity endpoints require a Project Key in theAuthorization header.