Verify authentication
Returns {"status": "ok"} if the token is valid and the account is active. Useful for health-checking credentials without side effects.
Authentication
AuthorizationBearer
Bearer token required for all User API endpoints.
Routes are additionally guarded by an active middleware (account must be active).
Response
Token is valid and account is active.
status
Errors
401
Unauthorized Error
403
Forbidden Error