Skip to main content

Webhook

Information returned about a webhook.

Properties

NameTypeDescriptionNotes
callbackUrlStringThe callback url of the webhook.
enabledBooleanA flag indicating if the webhook is enabled.
eventsList<WebhookEvent>The events of the webhook.[optional]
expiredBooleanA flag indicating if the webhook has expired.[optional]
expiryDateStringThe timestamp of when the webhook is set to expire. If no expiry is set, this value will be NULL.[optional]
idStringThe ID of the webhook. This value is generated when the webhook is created.
tokenStringThe unique webhook token.[optional]