id | String | Unique ID for the Webhook. |
company_id | String | A unique ID for the Company the Webhook belongs to. |
url | String | The URL of the webhook, which will receive requests with data for any events fired that fall within the scopes of the Webhook. |
scopes | Array[String] | A list of scopes covering events the Webhook is subscripted to. |
token | String | A string used to hash the webhook body for verification. |
enabled | Boolean | Whether or not the Webhook is enabled/active. |
created_at | Integer | Timestamp when the Webhook was created. |
updated_at | Integer | Timestamp when the Webhook was last updated. |