Dxn API
A simple decisioning service built on top of the goRules ZEN Engine. Host any JDM (JSON Decision Model) compatible document as a policy and run decisions against it via a RESTful API.
Getting Started
All endpoints accept and return JSON. To run your first decision, first create a policy with POST /policies, then send a POST request to /policies/{policyId}/decisions with your input data.
Authentication
All endpoints require an API key. Pass your key in the Authorization header. You can manage API keys via your Zuplo gateway configuration.
Tags