Current user profile
GET/api/auth/me/
Returns the authenticated user's profile.
Returns
id: number
email: string
formatemail
maxLength254
email_verified: optional boolean
Current user profile
curl https://api.overmindlab.ai/api/auth/me/{
"id": 0,
"email": "dev@stainless.com",
"email_verified": true
}Returns Examples
{
"id": 0,
"email": "dev@stainless.com",
"email_verified": true
}