Skip to main content
GET
Get current user
Returns the profile of the authenticated user.
Authenticate with either a Bearer JWT (web sessions) or an X-API-Key header (server-to-server). The same response is returned in both cases.

Response

string
User UUID.
string
Email address.
boolean
Whether the account is active.
boolean
Whether the email has been verified.
string
Preferred locale (en, ru, …). Drives email language and other localised surfaces.
string
ISO 8601 timestamp of account creation.

Example