Evaluate a Predefined Rules Set

POST https://api.verosint.com/v1/rules/evaluate

Submits the set of identifiers defined in the Variables section in the collection to the rules evaluation API. The call will reference the rule already defined in the 443ID application using the unique identifier (UUID) of the rule set.

Request Body

{"ruleSetUuid"=>"{{ruleSetUUID}}", "identifiers"=>{"ip"=>"{{ip}}", "email"=>"{{email}}", "phone"=>"{{phone}}", "userAgent"=>"{{userAgent}}"}}