Run Decision

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request Body

decisions
array of objects
required

The primary decision inputs. Pass multiple objects to generate multiple sub-decisions.

decisions*
string

An optional decision name to assist with identifying the Decisions

string

An optional way to tie a Decision to an Application. This will not update the Application with the Decision results; if you want the Decision to update the Application, use the "Run Application Decision" API.

string

An optional, client-set ID to assist with identifying the Decision.

boolean

A toggle that, if set to TRUE, will cause the API to only respond with passed decision results.

boolean

A toggle that, if set to false, will prevent data integration details from returning in the result.

commonInputs
object

Decision inputs that are shared between decisions.

Headers
string
enum
Defaults to 2024-02-26
Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json