WebhookWithSecret

    • active
      Type: boolean
      required

      Whether the webhook is active

    • events
      Type: array string[]
      required

      List of events the webhook is subscribed to

    • id
      Type: integer
      read-only
      required

      Integer numbers.

    • name
      Type: string
      required

      Name of the webhook

    • url
      Type: string
      required

      URL where webhook events will be sent

    • createdAt
      Type: stringFormat: date-time
      read-only

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • createdBy
      Type: string
      read-only
    • description
      Type: string

      Description of the webhook

    • headers
      Type: object

      Custom headers to send with the webhook request

    • secret
      Type: string

      Secret key for signing webhook payloads. This is only returned once when the webhook is created.

    • updatedAt
      Type: stringFormat: date-time
      read-only

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • updatedBy
      Type: string
      read-only