WebhookWithSecret
- activeType: booleanrequired
Whether the webhook is active
- eventsType: array string[]required
List of events the webhook is subscribed to
- idType: integerread-onlyrequired
Integer numbers.
- nameType: stringrequired
Name of the webhook
- urlType: stringrequired
URL where webhook events will be sent
- createdType: stringFormat: date-time
At read-onlythe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- createdType: string
By read-only - descriptionType: string
Description of the webhook
- headersType: object
Custom headers to send with the webhook request
- secretType: string
Secret key for signing webhook payloads. This is only returned once when the webhook is created.
- updatedType: stringFormat: date-time
At read-onlythe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- updatedType: string
By read-only