Actions
Task #1617
openEpic #1602: Auth and Security API Integration
User Story #1613: Login API Integration
Integrate Login Email Verification API
Start date:
04/13/2026
Due date:
% Done:
0%
Estimated time:
Description
Endpoint
POST /new-auth/login/email/verify
Request
{
"session_id": "{{session_id}}",
"email_otp": "123456"
}
Purpose
Verify login OTP and authenticate the user.
Acceptance Criteria
OTP is verified against active login session
Auth token and user data are stored on success
Invalid/expired OTP handled
User is redirected to dashboard after successful login
Actions