PandaDoc · Schema

WebhookSubscriptionListResponse

List of webhook subscriptions.

Document AutomationE-SignatureDocument ManagementDocument GenerationWebhooks

Properties

Name Type Description
items array Array of webhook subscription records.
View JSON Schema on GitHub

JSON Schema

pandadoc-webhooksubscriptionlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebhookSubscriptionListResponse",
  "title": "WebhookSubscriptionListResponse",
  "type": "object",
  "description": "List of webhook subscriptions.",
  "properties": {
    "items": {
      "type": "array",
      "description": "Array of webhook subscription records.",
      "items": {
        "$ref": "#/components/schemas/WebhookSubscription"
      }
    }
  }
}