Skip to main content

Retrieve OTP

Retrieve an OTP code for a particular agent.

Parameters

ParameterDescription
Agent IDThe ID of the agent the OTP is for. Can be obtained by the List Agents action.
DurationThe time the OTP will be valid for(15m,1h,6h,24h,7d).
PurposeThe purpose of the OTP code.

Example Output

{
"error": "Success",
"response": {
"otpcode": "12847518751",
"otpid": "1622521647"
}
}

Workflow Library Example

Retrieve Otp with Airlock Digital and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop