Skip to content

SyncWebhookUpdate

Field Type Required Description
name string max length 255
endpoint string max length 255
status SyncWebhookStatus one of: active, inactive · default: "active"
events array[Event]
{
"name": "string",
"endpoint": "string",
"status": "active",
"events": [
{
"code": "string"
}
]
}