POST
/
User
/
resendmfa
/
{usrname}
/
{Entry}
/
{EntryType}
curl --request POST \
  --url https://api-sandbox.payabli.com/api/User/resendmfa/{usrname}/{Entry}/{EntryType} \
  --header 'requestToken: <api-key>'
{
  "responseText": "Success",
  "isSuccess": true,
  "responseData": "g**.com",
  "mfa": false,
  "mfaMode": "email",
  "mfaValidationCode": "50-2E-4A-16-93-0E-41-41-07-EE-22-B6-00-99-00-99"
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

usrname
string
required
Entry
string
required
EntryType
integer
required

Response

200 - application/json

Success

The response is of type object.