Skip to main content
Verify if the current session is authenticated and retrieve user information.

Request

Response

Authenticated User

Not Authenticated

If there is no valid auth-token cookie, the endpoint responds with a 401 error:

Use Cases

  • Verify token validity on app startup
  • Check if MFA is enabled for the user
  • Determine admin status for UI display