Docupilot · Schema

TestWebhookEventResponse

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
status_code integer HTTP status code returned by the webhook endpoint
View JSON Schema on GitHub

JSON Schema

app-TestWebhookEventResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TestWebhookEventResponse",
  "description": "",
  "type": "object",
  "properties": {
    "status_code": {
      "type": "integer",
      "description": "HTTP status code returned by the webhook endpoint"
    }
  },
  "required": [
    "status_code"
  ]
}