API Intro
Introducing our API offering from SimplyIOA. Currently, we have two main APIs, both of which service home and auto insurance.
Consumer Journey API
This returns a unique time-bound URL specific to the customer data provided that links to a prefilled journey on our site simplyioa.com. Customers that click the link will have fields prefilled based on what was posted and will be able to complete the journey to quotes quickly and conveniently, with the quote information accurately reflecting the data provided.
Typical Workflow:
- POST customer data.
- The response contains the URL.
- The customer clicks the URL.
- The customer progresses through the online SimplyIOA Journey.
Quote API
This returns the best quotes based on the data provided. The more data provided to us, the more accurate the quotes will be, but the rates returned may change when the customer provides further information. Typically called in conjunction with the Consumer Journey API so that a link can be provided.
Typical Workflow:
- POST customer data.
- GET quotes.
- Pass quotes onto the customer.
- Customer can contact SimplyIOA by phone or, if a link is provided, add additional details to refine their quote