WebhookListResponse

Response containing a list of webhooks.

  • data
    Type: array object[] ยท Webhook[]

    List of webhooks.

    Webhook details (without secret).

    • createdUtc
      Type: stringFormat: date-time

      When the webhook was created.

    • events
      Type: array string[]

      List of subscribed event types.

    • id
      Type: string

      Unique identifier for the webhook.

    • name
      Type: null | string

      Human-readable name.

    • status
      Type: string

      Current status: active, paused, or disabled.

    • updatedUtc
      Type: null | stringFormat: date-time

      When the webhook was last updated.

    • url
      Type: string

      The HTTPS URL where payloads are delivered.