Skip to main content
GET
Me

Authorizations

Authorization
string
header
required

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.

id
integer
required
username
string
required
role
string
required
is_approved
boolean
required
auth_provider
string
required
email_verified
boolean
required
created_at
string<date-time>
required
email
string | null
email_updates_opt_in
boolean
default:false