Skip to main content

Webhook

Information returned about a webhook.

Properties

NameTypeDescriptionNotes
CallbackUrlstringThe callback url of the webhook.
EnabledboolA flag indicating if the webhook is enabled.
EventsList<WebhookEvent>The events of the webhook.[optional]
Expiredbool?A 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]