WebhookSubscriptionWithSecret
A webhook subscription plus its plaintext signing secret. Returned only by create and rotate-secret; the secret cannot be retrieved again.
- dateType: stringFormat: date-time
Created requiredWhen the subscription was created.
- eventType: array string[]
Types requiredEvent types this subscription receives.
- idType: stringFormat: uuidrequired
Unique identifier of the subscription.
- signingType: string
Secret requiredHMAC-SHA256 signing secret (prefixed
whsec_). Verify each delivery by computingHMAC-SHA256(secret, timestampHeader + "." + rawBody)and comparing to the signature header. Shown exactly once. - statusType: stringenumrequired
active= delivering;paused= suspended by the owner;disabled= auto-disabled by the platform after repeated terminal delivery failures.values- active
- paused
- disabled
- urlType: stringFormat: urirequired
Consumer endpoint the signed notification is POSTed to.
