API-10 — Verify OTP — Correct Code Returns Success

Authentication
Backend API
API-10 — Verify OTP — Correct Code Returns Success
Published

2026-06-17

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

  1. Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/verify-otp with the correct OTP code and the associated email or token
  2. 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