API-12 — Reset Password with Valid OTP and New Password

Authentication
Backend API
API-12 — Reset Password with Valid OTP and New Password
Published

2026-06-17

API-12 — Reset Password with Valid OTP and New Password

Target

Backend API — Authentication

Preconditions

  • OTP verification has been completed and a reset token is available

Steps

  1. Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/reset-password with the reset token and a new password
  2. Observe the response

Expected Result

  • HTTP 200 is returned
  • The password is updated
  • The user can log in with the new password