Skip to content

Get current user

GET
/v1/auth/me

Returns the current authenticated user’s profile

OK

object
data
object
avatar_url
string
created_at
string
email
string
id
string
is_active
boolean
last_login_at
string
login_count
integer
name
string
role
string
updated_at
string
success
boolean

Unauthorized

object
error
string
message
string
Example
Success
success
boolean
Example
true