Skip to content

Forgot Password

Request Details

Parameter NamePossible valueDescription
jData*-Should send JSON object with fields in below list

JSON Fields

JSON FieldsPossible valueDescription
uid*User IdUser Id of the user
pan*PANPAN of the user
dob*DDMMYYYYDate of birth in DDMMYYYY format

Example

Terminal window
curl https://api.infinn.in/NorenWClientTP/ForgotPassword \
-d "jData={ \"uid\": \"user123\", \"pan\": \"ABCDE1234F\", \"dob\": \"01011990\" }"