WebhookSubscription

A webhook subscription tied to an App's auth client.

  • dateCreated
    Type: stringFormat: date-time
    required

    When the subscription was created.

  • eventTypes
    Type: array string[]
    required

    Event types this subscription receives.

  • id
    Type: stringFormat: uuid
    required

    Unique identifier of the subscription.

  • status
    Type: stringenum
    required

    active = delivering; paused = suspended by the owner; disabled = auto-disabled by the platform after repeated terminal delivery failures.

    values
    • active
    • paused
    • disabled
  • url
    Type: stringFormat: uri
    required

    Consumer endpoint the signed notification is POSTed to.