post https://api.cloud.digifi.io/decision-processing
The Run Decision API can be used to execute a decision strategy. You can pass either a single decision
object into the request (to generate a single sub-decision) or pass multiple decision
objects to simultaneously run multiple sub-decisions.
The API response will include decision-level summary information, the result of each sub-decision (passed
, failed
or error
), the variables generated for each sub-decision and other useful information.