Skip to content
Get started

Current user profile

GET/api/auth/me/

Returns the authenticated user's profile.

ReturnsExpand Collapse
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
}