Key concepts
- Identity ID — The external ID you control (e.g.,
user_42). - Qonversion User ID — The
QON_…ID the identity is attached to. - Re-linking — POSTing the same identity with a different user ID re-binds the identity.
- Create shape — v3 used
POST /identities/{identity_id}; v4 replaces this withPOST /identitieswhere the identity ID is sent in the body for cleaner REST semantics.
Available endpoints
| Method | Endpoint | Description | Status |
|---|---|---|---|
| POST | /identities | Create an identity link | New |
| GET | /identities/{identity_id} | Get an identity by external ID | Updated — v3 |