You can retrieve a list of all webhooks that have been recorded for your organisation.
Here is the list of all properties the webhooks object has:
Visitors
| Property | Type | Required | Description |
|---|---|---|---|
| eventTypes | array | true | An array containing the events which will trigger the webhook. You can find all event types here. |
| enabled | boolean | false | Determines whether the webhook is turned on or off. If left empty the webhook will be enabled by default. |
| url | string | true | The URL to which the payload will be delivered. |
| description | string | false | A description of the webhook. |