v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Forgot password

Generate new password when you forget your password.

post/auth/v1/mfa/password/forget

Request body

deviceIdstring required

Unique ID of the device used for password generation. It should be the same device used to generate the token.

brandstring required

Name of the brand or organisation that needs verification.

sessionIdstring required

Unique ID created from /mfa/token/generate API.

passwordstring required

The new password.

confirmPasswordstring required

Re-enter new password.

identifierType'MOBILE' | 'EMAIL' | 'USERNAME' | 'EXTERNALID' required

Type of identifier to identify the customer.

identifierValuestring required

Value of the identifier.

Response

200

Example response

{
  "status": {
    "success": true,
    "code": 200,
    "message": "SUCCESS"
  }
}