Validate a flow
POST/v1/pathways/validate
Run the exact deterministic gate import/activate enforce over a flow_json (plus optional post-call config) with no pathway checkout. Findings are DATA: a flow full of errors still returns 200 with them in the lists; only a body missing flow_json is a 400. Requires an owner-bound key whose owner is an engineer. Authoring payload — passed through from the internal service as-is; it evolves with the product and is not a frozen contract.
Request
Responses
- 200
- 400
- 401
- 403
- 429
Body is missing flow_json.
Missing, invalid, revoked, or expired API key.
The key lacks the pathways:write scope, is not owner-bound, or its owner is not an engineer.
Rate limit exceeded.