Verify the OTP for a pending two-factor login
POST/core/api/v1/auth/verify-login-otp
Completes a two-step login by checking the OTP code against the pending login session, then issues an access/refresh token pair.
Request
Responses
- 200
- 400
- 401
OTP verified, login completed
OTP expired or invalid
Login session expired or too many failed OTP attempts