Validate OTP
Request to be POSTed to URI:
/NorenWClientTP/ValidOTPPwd
Request Details
| Parameter Name | Possible Value | Description |
|---|---|---|
| jData* | Should send JSON object with fields in the below list |
JSON Fields
| JSON Fields | Possible Value | Description |
|---|---|---|
| uid* | User Id | |
| pwd* | New password to be sent in plain text | |
| otp* | OTP needs to be sent in this field |
Response Details
Response data will be in JSON format with the below fields.
| JSON Fields | Possible Value | Description |
|---|---|---|
| ReqStatus | 1) “Password Reset Success” 2) “OTP expired” 3) “Invalid OTP” 4) “Please enter an alphanumeric password of minimum 8 characters. Refer password criteria for more details” 5) “Password couldn’t be changed as it is among the previous 3 passwords” | Request status |
| errmsg | Error message |
✅ Sample Success Response
{ "ReqStatus": "Password Reset Success"}