Evaluate one Policy decision.
POST/api/v1/policy/decisions
Evaluates exactly one admitted Policy request. Responses are never cacheable and do not expose retry, replay, cache, or outcome-reporting controls.
Request
Responses
- 200
- 400
- 401
- 403
- 413
- 415
- 429
- 503
Completed Policy evaluation, including an indeterminate effect when safe to construct.
Strict JSON or public-field validation failed.
Policy credentials are missing or invalid.
The authenticated Policy caller is not admitted for this request.
The request or a submitted value exceeded an admitted limit.
The Policy endpoint accepts application/json only.
The admitted client exceeded concurrency or rate limits.
The Policy service was unavailable before evaluation began.