Skip to main content
Return the profile of the account tied to the session token in the Authorization header. Use this to bootstrap the dashboard UI after sign-in or to verify a token is still valid. Method: GET Path: /api/auth/me Auth: Session Bearer

Response

string
Stable user identifier.
string
Email address, if set.
string
Phone number, if set.
string
Display name.
string
Profile picture URL.
boolean
Whether 2FA is enabled.
string
ISO 8601 timestamp.
string
ISO 8601 timestamp.

Example

Errors