v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Change password

API to change the password.

post/auth/v1/mfa/password/change

Request body

deviceIdstring required

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

passwordstring required

Current password.

newPasswordstring required

New password.

confirmPasswordstring required

Re-enter the new password.

brandstring required

Name of the brand or organisation that needs verification.

tokenstring required

Token generated from /mfa/password/validate .

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

The type of identifier to identify the customer.

identifierValuestring required

Value of the identifier.

Response

200

Example response

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