Skip to main content
GET
Get Current User
Returns the profile information for the currently authenticated user.

Auth

Requires a valid Bearer token.

Response

string
Unique user identifier.
string
User’s email address.
string | null
ISO 8601 timestamp of when the email was verified, or null if unverified.
string | null
User’s display name.
string | null
URL of the user’s avatar image.
object
User preferences including theme ("light", "dark", "system"), language, timezone, and notifications settings.
boolean
Whether two-factor authentication is enabled.
boolean
Whether the account is active.
string
ISO 8601 account creation timestamp.
string
ISO 8601 last update timestamp.

Errors

Example