If you have not received access to the Axle sandbox, please reach out to the
Axle team!
Step 1: Create and complete Ignition session
Follow the steps provided in this guide to create and complete ignition session. Once complete, note your policy identifier which will be used to make API call to policy validation engine.Optional: Provide metadata
object when generating ignition session
Include metadata in Start Ignition which will be used as a dynamic input in policy validation.
Ensure the metadata object is formatted correctly with the keys specified in your Template and the values conforming to the associated Rule input(s).
Step 2: Create Validation Templates
Start by identifying the rules you want to use. Then, either create a new template or modify an existing one. You can always look into the content and inputs for your template using getTemplate API endpointStep 3: Validate policy
using template
Use the template identifier to make a request to Validate Policy with Template.
For validation rules that need input parameters (e.g. insureds-match
), ensure the request object is formatted correctly with the keys specified in your Template and the values conforming to the associated Rule input(s).
More information about rules with input
can be found here