Get current user

Get the current authenticated user's profile.

Authentication

AuthorizationBearer

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

Headers

X-API-Keystring or nullOptional

Response

Successful Response
cognito_substring
created_atdatetime
emailstring
email_notificationsboolean
full_namestring
idstringformat: "uuid"
kyc_statusenum
KYC verification status enumeration.
preferred_languagestring
push_notificationsboolean
roleenum
User role enumeration for access control.
statusenum
User account status enumeration.
timezonestring
usernamestring
avatar_urlstring or null
background_image_urlstring or null
biostring or null
card_densitystringDefaults to comfortable
citystring or null
first_namestring or null
holdings_visiblebooleanDefaults to false
last_login_atdatetime or null
last_namestring or null
leaderboard_visiblebooleanDefaults to true
notification_preferencesmap from strings to any
open_risk_eventsintegerDefaults to 0
phone_numberstring or null
postal_codestring or null
price_displaystringDefaults to cents
profile_publicbooleanDefaults to false
provincestring or null
trading_preferencesmap from strings to any

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error