API-12 — Reset Password with Valid OTP and New Password
Authentication
Backend API
API-12 — Reset Password with Valid OTP and New Password
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
- Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/reset-password with the reset token and a new password
- Observe the response
Expected Result
- HTTP 200 is returned
- The password is updated
- The user can log in with the new password