Project

General

Profile

Actions

Task #1617

open

Epic #1602: Auth and Security API Integration

User Story #1613: Login API Integration

Integrate Login Email Verification API

Added by Muhammad Fahad 4 days ago. Updated 3 days ago.

Status:
Resolved
Priority:
Normal
Target version:
-
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

Also available in: Atom PDF