Skip to content

WebhookFull

Field Type Required Description
id string max length 36
name string max length 255
endpoint string max length 255
active boolean
events array[Event]
code string Human readable code of the entity
max length 255
{
"id": "string",
"name": "string",
"endpoint": "string",
"active": true,
"events": [
{
"code": "string"
}
],
"code": "someCode"
}