Skip to main content
GET
Retrieve user properties
Qonversion-defined properties are prefixed with _q_ (e.g. _q_email). Custom properties use your own keys.

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

id
string
required

Qonversion User ID

Response

Properties retrieved

key
string

Property identifier. Qonversion-defined keys start with _q_ prefix.

Example:

"_q_email"

value
string

Property value

Example:

"test@email.com"