Authenticate user and send OTP / Generate QR code
POST/api/account/login/
Authenticate user with email/password. If OTP method is email/sms, sends OTP. If OTP method is authenticator, generates and returns a QR code for setup.
Request
Responses
- 200
- 400
- 404
OTP sent or QR code generated successfully
Invalid password
User not found