API-10 — Verify OTP — Correct Code Returns Success
Authentication
Backend API
API-10 — Verify OTP — Correct Code Returns Success
API-10 — Verify OTP — Correct Code Returns Success
Target
Backend API — Authentication
Preconditions
- A forgot-password request has been made and a real OTP was delivered
Steps
- Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/verify-otp with the correct OTP code and the associated email or token
- Observe the response
Expected Result
- HTTP 200 is returned
- The response confirms the OTP is valid
- A reset token or session is returned to proceed with password reset