Ignition
Changed:
- Document AI in Ignition now fires an
ignition.attemptedwebhook event for document validation errors (empty document, unsupported or illegible document, unsupported document type, or missing required fields) instead ofignition.errored. - Only unexpected system errors continue to fire
ignition.errored. - More information can be found in the Ignition events guide.
Ignition
Added:
- User portal link sessions now fire an
ignition.attemptedwebhook event for user-actionable login failures (such as incorrect credentials, locked account, or MFA enrollment required). - Unlike
ignition.errored, which indicates a system error,ignition.attemptedreflects an issue with the provided credentials or login state.
Ignition
Changed:
- For the
process-documentProxy Ignition operation, document validation errors (empty document, download failure, unsupported or illegible document) now fire anignition.attemptedwebhook event instead ofignition.errored. - Only unexpected system errors continue to fire
ignition.errored. - More information can be found in the Proxy Ignition guide.
Policy
Added:
- The Axle Policy object now includes
exclusions, or explicit removal of coverage afforded by the policy. - See Exclusions for details on supported exclusions.
AccountPolicy
Added:
- Account and
Policy objects returned by Get Account and
Get Policy may include
resultandresultDetailfields. resultis an Ignition completion type that describes the high-level Policy outcome.resultDetailidentifies the process that describes how each Ignition was completed in detail.- See Completion types for value definitions.
Policy
Added:
- Added policy.renewal-available event to Policy Monitoring
- More information can be found here
Policy
Added: - Introduced into Policy APIs new query parameter
term with 2
options: renewal and current. - More information can be found
hereIgnition
Removed: - Passing in an access token to Start
Ignition in a Sandbox environment now
results in a 400 error. - This will be fully deprecated in production starting
December 01, 2025.
Ignition
Deprecated: - The Axle team has deprecated passing in an access token to
Start Ignition. No immediate changes
are required if you use this feature, but it will no longer have the effect of
disabling monitoring on the access token. - To disable monitoring for a given
access token, check out our Descope
Token API.
Ignition
Added: - You can now complete Ignition sessions on behalf of users, via
Axle’s Proxy operations. - To learn more, check out our Proxy
Ignition guide.
SandboxPolicy
Added: - You can now test Axle’s integrations with renters (HO-4) policies
in the Axle Sandbox. - To learn more, check out our Testing
Ignition guide.
Policy Validation
Added: - You can now access the
third-party-match rule via Policy
Validation. - To learn more, check out our Policy
Validation guide.Ignition
Changed:
- When testing in the Axle Sandbox, the custom
metadataobject provided when generating a new Ignition session must NOT contain any nested keys. This is to ensure current visualization in the Axle Policy Report, easy search and filtering, and correct Validation Template processing.
- You can view more details about the
metadatafield in the Start Ignition reference. - Before this change is reflected in the production environment, the Axle team will communicate via direct channels to all impacted clients.
Policy Validation
Added: - You can now access the
vehicle-use-meets-requirements rule via
Policy Validation. - To learn more, check out our Policy
Validation guide.Tokens
Changed: - When exchanging a token, 401 and 403 error states now include
more detailed messaging on why an
authCode cannot be exchanged for an
accessToken. - You can view more details about these error states in the
Exchange Token reference.Policy Validation
Added: - You can now access the following rules via Policy Validation. -
bodily-injury-coverage-meets-requirements -
property-damage-coverage-meets-requirements -
uninsured-underinsured-bi-coverage-meets-requirements -
uninsured-underinsured-pd-coverage-meets-requirements - To learn more, check
out our Policy Validation guide.IgnitionSandbox
Added: - For supported carriers, you can now test Ignition completions
through Axle Policy Lookup in the Axle Sandbox. - To learn more, check out our
Testing
Ignition
guide.
Policy Validation
Added: - You can now access the
properties-match rule via Policy
Validation. - To learn more, check out our Policy
Validation guide.Policy
Added: - The Axle Policy object now includes the use of a
type: vehicle
property when available. - To learn more, check out our detailed
Policy guide.IgnitionSandbox
Changed: - When testing in the Axle Sandbox, it is now required to specify
in
user.id when generating a new Ignition session, as it is used for metrics
& reporting, search, and an easier integration with less storage of data. -
You can view more details about the user field in the Start
Ignition reference. - Before this
change is reflected in the production environment, the Axle team will
communicate via direct channels to all impacted clients.Policy Validation
Added: - You can now access the following rules via Policy Validation. -
insureds-match - collision-coverage-meets-requirements -
comprehensive-coverage-meets-requirements - To learn more, check out our
Policy Validation guide.Policy Validation
Added: - You can now access the
expiration-date-comparison rule via
Policy Validation. - To learn more, check out our Policy
Validation guide.IgnitionMonitoring
Added: - You can now specify a custom webhook header to be sent on all
webhook events. - Please contact the Axle team if you would like to configure
these for your Axle client.
Axle for Platforms
Added: - The Axle team is rolling out support for platform partners, who
can now scalably offer Axle’s insurance verification services to their
customers. - Platforms can manage their customers’ Axle integrations via the
new destination clients feature. This includes the ability to create
destination clients and call other Axle APIs on their behalf. - To learn more,
check out the new Axle for Platforms guide.
Policy
Fixed:
- Individual fields now support
nulltype in Account and Policy response objects to improve data transparency and actionability- Individual fields will return
nullvalues when:- The carrier data source supports the field, but no information is present for the selected Account or Policy.
- The carrier data source does not support that field.
- Optional fields, such as
Policy.coverages["BI"].propertyorPolicy.coverages["UMPD"].deductiblemay returnnullorundefinednull- The carrier data source supports the field, but no information is present for the selected Account or Policy.undefined- The carrier data source supports the field and data is available that specifies that the field does not exist on the Account or Policy. Example Policy:
- Individual fields will return