For AI agents: visit https://companycam.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Attribute | Type | Description |
|---|
| 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 | Arrayhe Webho | 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. |