Me
Auth
Me
Return the currently authenticated user’s profile.
Args:
user: The authenticated user (injected by require_user).
Returns:
The user’s profile as a UserResponse.
GET
Me
Authorizations
A personal access token (haico_pat_...), created under Profile → API keys. Send it as Authorization: Bearer <key>. The browser session JWT is also accepted but is an internal mechanism and is not part of the public contract.
Response
200 - application/json
Successful Response
Public user profile returned by auth endpoints.