Retrieve OTP
Retrieve an OTP code for a particular agent.
Parameters
Parameter | Description |
---|---|
Agent ID | The ID of the agent the OTP is for. Can be obtained by the List Agents action. |
Duration | The time the OTP will be valid for(15m,1h,6h,24h,7d). |
Purpose | The 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
Preview this Workflow on desktop