Skip to content

Validate OTP

Request to be POSTed to URI:
/NorenWClientTP/ValidOTPPwd


Request Details

Parameter NamePossible ValueDescription
jData*Should send JSON object with fields in the below list

JSON Fields

JSON FieldsPossible ValueDescription
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 FieldsPossible ValueDescription
ReqStatus1) “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
errmsgError message

✅ Sample Success Response

{
"ReqStatus": "Password Reset Success"
}