Payload Diff & Impact Analyzer API
The Webhook Payload Diff & Impact Analyzer API compares an old payload and a new payload to detect structural, type, and value changes that may break downstream integrations. What it does •Detects added, removed, changed, and type-mutated fields •Identifies breaking vs non-breaking changes •Calculates an impact score •Returns a decision: SAFE, REVIEW, or BLOCK What it prevents •Silent…
Payload Diff & Impact Analyzer API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Analyze Payload Differences & Impact /payload/diff-impact |
Compares two payload objects to detect breaking changes, calculate impact risk, and return an enforcement decision. |