The webhook object

AttributeDescription
idUnique identifier for the object.
urlThe URL of the webhook endpoint.
tokenThe endpoint's secret token, used to verify webhook signature.
enabledIndicates whether the webhook is currently enabled to send requests to the specified url.
subscribed_eventsThe list of events to enable for this endpoint. You can find a list of available events from here.
created_atThe timestamp when the webhook was created.
updated_atThe timestamp when the webhook was updated.