Skip to main content
GET
Get the current user

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Response

Returns the current user's identity.

id
string
required
username
string
required
name
string | null
email
string | null