Docupilot · Schema

TotpDeviceVerify

TotpDeviceVerify schema from Docupilot accounts API

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
t_otp integer
View JSON Schema on GitHub

JSON Schema

accounts-TotpDeviceVerify.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TotpDeviceVerify",
  "description": "TotpDeviceVerify schema from Docupilot accounts API",
  "type": "object",
  "properties": {
    "t_otp": {
      "type": "integer"
    }
  },
  "required": [
    "t_otp"
  ]
}