v1
latestOpenAPI 3.0.12026-07-24501176.6 MBForget Password
Lets you set a new password if the customer has lost or forgot password. This is applicable only for brands for which password is enabled. You need to first generate sessionId and then use it in password/forget. After setting a new password, the customer customer needs to authenticate again -
- Generate token,
- Generate OTP, and
- Validate OTP.
post/auth/v1/web/password/forget
Request body
Response
200
Example response
{
"status": {
"success": true,
"code": 200,
"message": "SUCCESS"
}
}