Evaluate a BRE rule
POST/v1/rules/:ruleKey/evaluate
Evaluates the active rule identified by ruleKey against the provided context.
The context is an arbitrary JSON object. Missing fields are treated as null.
Results are deterministic for the same rule version and context.
Sensitive Data: The context and result fields may contain AML/KYC customer data.
These fields are never logged; only ruleKey and evaluation duration are logged.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
- 503
Rule evaluated successfully
Default response for non-success status; Return relevant information to aid support.
Default response for non-success status; Return relevant information to aid support.
Default response for non-success status; Return relevant information to aid support.
Default response for non-success status; Return relevant information to aid support.
Default response for non-success status; Return relevant information to aid support.
Default response for non-success status; Return relevant information to aid support.
Default response for non-success status; Return relevant information to aid support.