Changelog
Latest updates to the Axle API
Monday, October 9, 2023
New Feature Release: platform support & destination clients
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.
Wednesday, May 24, 2023
- Add
null
type support for individual fields in Account and Policy response objects to improve data transparency and actionability- Individual fields will return
null
values 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"].property
orPolicy.coverages["UMPD"].deductible
may returnnull
orundefined
null
- 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
- Clarification
Policy.insureds.type
is an optional field, and therefore should be used for display purposes only. The Axle team is working on refining this field to add more specificity and accuracy.Policy.thirdParties.type
has a default value ofinterest
. If you do not find a thirdParty of typelienholder
orlessor
on the policy, the data source may not have specified this classifiation.