The Webhook object

AttributeTypeDescription
idStringUnique ID for the Webhook.
company_idStringA unique ID for the Company the Webhook belongs to.
urlStringThe URL of the webhook, which will receive requests with data for any events fired that fall within the scopes of the Webhook.
scopesArray[String]A list of scopes covering events the Webhook is subscripted to.
tokenStringA string used to hash the webhook body for verification.
enabledBooleanWhether or not the Webhook is enabled/active.
created_atIntegerTimestamp when the Webhook was created.
updated_atIntegerTimestamp when the Webhook was last updated.