Receive proactive notifications for updates to an insurance policy, such as policy cancellation or change in coverages.
webhookUri
is provided.Store `accessToken` for future access
accessToken
and account
or policy
you received via Exchange Token must be stored by your application to access updated Account or Policy objects.accessToken
alongside your application’s user identifier. All Account and Policy events return the user.id
specified when generating an Ignition token, so this will improve retrievability.account.modified
: Updates made to identifying details for the insurance account (e.g., name, email, phone)account.disconnected
: The account and any connected policies are no longer being monitored by Axlepolicy.modified
: Updates made to insurance policy, such as policy cancellation or change in coveragesref
to identify which Account or Policy is impacted by this event. You can retrieve the object via this identifier and the accessToken
stored in your application.refreshedAt
date on the Account and
Policy to determine when the data was last successfully retrieved from the
insurance carrier.policy.modified
: Validate updated Policy against your application’s requirements. If policy does not meet requirements, ask user to complete new Axle Ignition session.account.disconnected
: Ask user to complete new Axle Ignition session. See Account events for additional guidance on messaging.Key considerations:accessToken
when generating a new Ignition token (see Start Ignition for more details), which will trigger Axle to automatically stop monitoring on the current insurance account if the user connects a new account.accessToken
stored for that user. See Descope Token for more details.