Skip to main content
GET
Java (SDK)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

User profile retrieved successfully

id
integer<int64>
Example:

12345

email
string<email>
Example:

"user@example.com"

phone_number
string
Example:

"+1234567890"

first_name
string
Example:

"John"

last_name
string
Example:

"Doe"

gender
string
Example:

"Male"

citizenship_country
string
Example:

"US"

marital_status
string
Example:

"Single"

number_of_dependents
integer<int32>
Example:

0