Skip to main content
GET
/
identities
/
{identity_id}
Retrieve an identity
curl --request GET \
  --url https://api.qonversion.io/v3/identities/{identity_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "new_identity",
  "user_id": "QON_7791ae4e888bdeb81842b36a"
}

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.

Identities map your internal user IDs to Qonversion User IDs, enabling cross-platform user tracking.

Authorizations

Authorization
string
header
required

Use your Project Key from the Qonversion dashboard (Project Settings -> Project Keys -> Project Key).

Production keys have no prefix; keys prefixed with test_ target the sandbox environment.

Example (sandbox): Bearer test_PV77YHL7qnGvsdmpTs7gimsxUvY-Znl2 Example (production): Bearer JFPATc4VaaWYsfurml3qZ4zsmNw0VfWH

Path Parameters

identity_id
string
required

User Identity ID

Response

Identity retrieved

id
string

User Identity ID

Example:

"awesome_user"

user_id
string

Qonversion User ID

Example:

"QON_7791a27fc4e747412381842b36a"