Skip to content

Get current user

GET
/api/v1/auth/me

Returns the authenticated user’s profile.

Current user

object
username
string
role
string
email
string
createdAt
string
lastLoginAt
string

Unauthorized

object
error
object
code
string
message
string
status
required
integer format: int32