WebhookSubscription
A webhook subscription tied to an App's auth client.
- 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.
- 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.
