{
"active":true,
"endpoint":"string",
"event_types":[
"string"
],
"external_id":"string",
"id":0,
"resource":{
"resourceId":"string",
"type":"SITE"
}
}Webhook Object
| Property | Description | Mutable |
|---|---|---|
| activeboolean | Is the webhook active or not. | Yes |
| endpoint string | The endpoint URL of the webhook. | Yes |
| event_types string[] | An array of the supported event types, full reference can be found here . | Yes |
| external_id string | The customer-provided webhook identifier. | Yes |
| id int64 | The ID of the webhook event | No |
| resource object | The resource object. |
Resource Object
| Property | Description | Mutable |
|---|---|---|
| active boolean | Is the webhook active or not. | Yes |
| endpoint string | The endpoint URL of the webhook. | Yes |