API Reference
Auth
Session-based authentication (login, setup, TOTP)
Session-based authentication (login, setup, TOTP)
Endpoints
GETCheck setup status —/api/auth/statusPOSTInitial user setup —/api/auth/setupPOSTLogin with credentials —/api/auth/loginPOSTSet up TOTP for a new user —/api/auth/setup-totpPOSTVerify TOTP code —/api/auth/verify-totpGETValidate invite token —/api/auth/invite/{token}POSTAccept invite and set password —/api/auth/accept-invitePOSTVerify TOTP during invite setup —/api/auth/verify-invite-totpPOSTLogout —/api/auth/logoutGETGet current user —/api/auth/me