Skip to main content

POST /api/v1/policy-conflicts/analyze

Run static analysis on the tenant’s contact policy configuration to detect conflicts, overlaps, contradictions, and priority ties. No request body is required — the endpoint analyzes all active contact policies for the current tenant.

Response

The response includes a conflicts array with detailed conflict records, and a summary object with totals broken down by severity.
When all policies are well-formed and non-conflicting, the response returns an empty conflicts array and summary: { total: 0, errors: 0, warnings: 0 }.

Conflict Types

See also: Contact Policies | AI Intelligence