confirmResetConsolePassword
POST {{url}}/subscriberconsole/confirmResetConsolePassword
- Use this API to reset subscriber access to web console, and check accuracy of the user's provided OTP (step 2 of 2 for
change password
workflow in compliance with data privacy laws). - Use this for both
Send OTP to change password
andforgot password
. - An OTP is a one-time password used to allow a subscriber to login once, which is generated using the initiateResetConsolePassword call.
- The NewPassword is the user provided password for the subscriber console.
Request Body
{"EmailAddress"=>"gj@idea-central.com", "OTP"=>"gwzbkbpp", "NewPassword"=>"pyssa5-Kepqos-bewjyb"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
origin | string |