Skip to main content
GET
/
auth
/
me
Get Current User Profile
curl --request GET \
  --url http://localhost:8000/auth/me
{
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "<string>",
  "name": "<string>"
}

Headers

authorization
string | null
x-api-key
string | null
x-tenant-id
string | null

Cookies

factio_access_token
string | null

Response

Successful Response

user_id
string<uuid>
required

User's unique identifier

email
string
required

User email

name
string | null

Display name