Webhook Object

{
   "active":true,
   "endpoint":"string",
   "event_types":[
      "string"
   ],
   "external_id":"string",
   "id":0,
   "resource":{
      "resourceId":"string",
      "type":"SITE"
   }
}

Webhook Object

PropertyDescriptionMutable
activebooleanIs 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 eventNo
resource
object
The resource object.

Resource Object

PropertyDescriptionMutable
active
boolean
Is the webhook active or not.Yes
endpoint
string
The endpoint URL of the webhook.Yes