As an alternative to initializing Ignition, proxy insurance information on behalf of your user to Axle for processing and/or verification.
webhookUri
where you would like to receive Ignition events.operation
and provide the required insurance information for the operation in the POST /ignition/{ignitionToken}/proxy
request body. See Proxy Ignition API reference for more details on how to invoke the Proxy Ignition endpoint.POST
request will be sent to
the webhookUri
specified when generating the Ignition session. See Ignition events for more details on the payloads of each event.authCode
specified for
an accessToken
, which can then be used to retrieve Axle Account and Policy
objects.result
of the ignition.completed
event will be the selected proxy operation
. If you are using the same webhookUri
across proxied and non-proxied Ignition sessions, you can use this result to filter the events.Process insurance carrier policy document into Axle Policy
process-document
name
for the document (such as the unique identifier of the document in your system)source
of the document (either user
or carrier
)policyType
of the document (auto
or home
)url
that can used to access the document.pdf
, jpg
,
jpeg
, and png
. The url must directly serve the document via a HTTP GET
request. For security, it is recommended to use a url with an 24-hour
expiry, such as an AWS S3 signed url.ignition.errored
event, which you can use to determine next steps.Document data is empty.
- The document had no data.Failed to download the file from the specified url.
- The file could not be downloaded from the specified url. Please ensure that the url directly serves the document.Please make sure to upload an image or pdf document with your policy information clearly legible.
- The document was not supported by Axle’s DocumentAI as it is either the wrong format, not legible, or not an insurance document.Oops something went wrong. Please try again later.
- An unknown error occured. Retrying may result in a successful operation.