Resend OTP (Deprecated)
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)" } }