Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Resend OTP for 2FA


This endpoint is protected with Basic Authentication

Sample Request Body

Resend OTP Request
{
	"reference" : "{{reference}}"
}

Sample Response Body

Resend OTP Response
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "message": "Authorization code will be processed and sent to predefined email addresses(s)"
    }
}



  • No labels