Skip to content

SyncWebhookFull

Field Type Required Description
name string max length 255
endpoint string max length 255
status Status one of: active, inactive, deleted · default: "active"
events array[Event]
code string Human readable code of the entity
max length 255
{
"name": "string",
"endpoint": "string",
"status": "active",
"events": [
{
"code": "string"
}
],
"code": "someCode"
}