API Reference

FlowValidateResult

Dry-run result from `POST /v1/campaigns/{id}/flow:validate`. Shows normalized flow, validation issues, change classification, and lifecycle gate outcome. See [FlowValidationIssue](/docs/reference/schemas/FlowValidationIssue/).

Dry-run result from `POST /v1/campaigns/{id}/flow:validate`. Shows normalized flow, validation issues, change classification, and lifecycle gate outcome. See [FlowValidationIssue](/docs/reference/schemas/FlowValidationIssue/).

Meta

Health check

GET/health
curl -X GET "https://example.com/health"
{  "status": "ok",  "db": "ok"}
{  "status": "error",  "db": "error"}