PandaDoc · Schema

WebhookSharedKeyResponse

Regenerated shared key for a webhook subscription.

Document AutomationE-SignatureDocument ManagementDocument GenerationWebhooks

Properties

Name Type Description
shared_key string New HMAC shared key for payload signature verification.
View JSON Schema on GitHub

JSON Schema

pandadoc-webhooksharedkeyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebhookSharedKeyResponse",
  "title": "WebhookSharedKeyResponse",
  "type": "object",
  "description": "Regenerated shared key for a webhook subscription.",
  "properties": {
    "shared_key": {
      "type": "string",
      "description": "New HMAC shared key for payload signature verification."
    }
  }
}