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 |
Example
Section titled “Example”{ "code": "getProductsSync", "name": "string", "endpoint": "string", "status": "active", "events": [ { "code": "string" } ]}
