Evaluate and create decisions against your policies. Decisioning is synchronous with typical response times under 500ms.
Create a New Decision
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Create a New Decision › Request Body
policyIdThe policyId for the decision evaluation
The input data for the decision evaluation
Create a New Decision › Responses
The results of the decision evaluation
idThe unique identifier for the policy
createdAtWhen the decision was created
policyIdThe ID of the policy this decision was evaluated against
The output of the decision evaluation
Get a Decision
path Parameters
decisionIdThe ID of the decision
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get a Decision › Responses
The results of the decision evaluation
idThe unique identifier for the policy
createdAtWhen the decision was created
policyIdThe ID of the policy this decision was evaluated against
The output of the decision evaluation