Current user
GET/api/auth/me
Requires X-API-Key and Authorization: Bearer <access_token>. Loads the live user row after verifying the JWT.
Responses
- 200
- 401
- 403
OK
missing_api_key, invalid_api_key, or invalid_token
user_banned
GET/api/auth/me
Requires X-API-Key and Authorization: Bearer <access_token>. Loads the live user row after verifying the JWT.
OK
missing_api_key, invalid_api_key, or invalid_token
user_banned