Fast Quote (Optional)
Sending a Fast Quote Request
The Fast Quote endpoint is available to partners who meet specific criteria outlined by Cover Genius. Please contact your assigned Client Solutions Engineer (CSE) to discuss use of the Fast Quote endpoint.
Fast Quote request is commonly issued at product pages to display selective information about the policy which could include:
Policy Price
Product Disclosure Statement
Legal Disclaimer
Inclusions/Exclusions
Making a Fast Quote Request
Making a POST
request to the fast quotes
endpoint returns one or several insurance products based on the request. The request to the fast quotes
endpoint is a list (as shown below). At the top level of the request, include the common fields for the quotes like currency
, customer_country
, customer_language
along with boolean field fast quote
set as true.
Every Fast Quote request should have the minimum required information to get a quote for the specific Product. For instance, in the case of Product Insurance - we need the item category, price, name, description.
The response could have the policy details, static PDS and the price in the requested currency for the supplied parameters. This information can be presented to the customer to move them to the Booking stage.
Fast Quote is followed by Instant Booking as the next stage in the user journey where insurance is selected.
An example of fast quote request can be found below.
Request a Quote
POST
https://api.xcover.com/x/partners/:partner_id/quotes/?fast_quote=1
This API call will retrieve the most relevant policies available for distribution
Path Parameters
Name | Type | Description |
---|---|---|
partner_id | string | Unique Partner Code |
Query Parameters
Name | Type | Description |
---|---|---|
fast_quote | boolean | true |
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/json |
Date | string | Current Datetime |
Authorization | string | HMAC Signature |
X-Api-Key | string | API Key |
In the request body, you can send multiple quote requests. This means that in the case of a 200ok, you will get back a quote for each request. You only need to make one API call to get many quotes.
Last updated