v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Generate MFA OTP

Generates OTP for MFA flow.

post/auth/v1/mfa/otp/generate

Request body

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

Customer identifier used for MFA token generation.

identifierValuestring required

Value of the identifier.

deviceIdstring required

Device ID of the customer that receives OTP.

brandstring required

Name of the brand or organisation that needs verification.

sessionIdstring required

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

Response

200

Example response

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