SignWell · Schema

WebhookListResponse

List of webhook subscriptions

E-SignatureElectronic SignatureDocumentsPDFSigningTemplatesWorkflowsHIPAASOC2
View JSON Schema on GitHub

JSON Schema

WebhookListResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/signwell/main/json-schema/WebhookListResponse.json",
  "title": "WebhookListResponse",
  "type": "array",
  "description": "List of webhook subscriptions",
  "items": {
    "$ref": "#/components/schemas/WebhookResponse"
  }
}