Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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
Workflow LibraryPreview this Workflow on desktop