post https://api.verosint.com/v1/rules/evaluate
Evaluate a rule set on Verosint signals. Rules that encountered error during evaluation will be interpreted as false
and their outcomes will not be included in the result.
There are two options to evaluate rules using this endpoint as it is shown in the Body Params section below:
- OPTION 1: Provide the rules and rule name as part of the body, or
- OPTION 2: reference a rule set defined in the Verosint app using its UUID.
See also the example requests that demonstrate both options