To learn more, visit the Duo Auth documentation.

Parameters

ParameterDescription
Transaction IDThe transaction ID of the authentication attempt, as returned by the Run Second Factor Authentication action.

Example Output

{    "response": {        "auth_delayed": false,        "result": "waiting",        "status": "pushed",        "status_msg": "Please enter verification code 708 into Duo Mobile..."    },    "stat": "OK"}

Workflow Library Example

Get Auth Status with Duo Auth and Send Results Via Email

Preview this Workflow on desktop