Skip to content

SyncWebhookCreate

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