Skip to main content

Webhook

Information returned about a webhook.

Properties

NameTypeDescriptionNotes
callback_urlstrThe callback url of the webhook.
enabledboolA flag indicating if the webhook is enabled.
eventsList[WebhookEvent]The events of the webhook.[optional]
expiredboolA flag indicating if the webhook has expired.[optional]
expiry_datestrThe timestamp of when the webhook is set to expire. If no expiry is set, this value will be NULL.[optional]
idstrThe ID of the webhook. This value is generated when the webhook is created.
tokenstrThe unique webhook token.[optional]

Example