Retrieve Quotes
Home and Auto
/quoting/v3/quotes/quoteCorrelationId
Retrieves quotes for a previously submitted request for quotes.
See:
QuoteCorrelationId
A guid that is the Correlation ID of the Quotes, is returned in the original request
Example GET Request
If you make the following GET request through the developer portal:
/quoting/v3/quotes/dd84f950-b6ab-4be4-b0a8-b09f3a68cf1b
This should result in a JSON result such as the following:
{
"traceId": "f2cda934-ceae-4352-8081-09a4b8c0db08",
"errors": [],
"payload": {
"quotesCorrelationId": "dd84f950-b6ab-4be4-b0a8-b09f3a68cf1b",
"quotes": [
{
"carrierLogoUrl": "https://assets-nonprod.simplyioa.com/public/img/carrier-logos/ezlx/nationwide--color.png",
"carrierLogoThumbnailUrl": "https://assets-nonprod.simplyioa.com/public/img/carrier-logos/ezlx/nationwide--thumbnail--color.png",
"quoteId": "725f918c-a6be-4edd-8777-88fb69ce29e7",
"carrierName": "Nationwide",
"premiumDetails": {
"termInMonths": 12,
"premium": 1986,
"monthlyPremiumEstimate": 165.5
}
},
{
"carrierLogoUrl": "https://assets-nonprod.simplyioa.com/public/img/carrier-logos/ezlx/travelers--color.png",
"carrierLogoThumbnailUrl": "https://assets-nonprod.simplyioa.com/public/img/carrier-logos/ezlx/travelers--thumbnail--color.png",
"quoteId": "20774970-1eea-4776-bc8c-311258d94261",
"carrierName": "Travelers",
"premiumDetails": {
"termInMonths": 12,
"premium": 1986,
"monthlyPremiumEstimate": 165.5
}
}
],
"statusMessage": null,
"isSuccessful": true
}
}
If you have called this API immediately after the quote request, you will probably find that the quotes array within the payload is empty or null. Only when quotes arrive from carriers will this array be populated.
If the isSuccessful property is false, then there has been a problem with the quote request and no new quotes should arrive from carriers. Details of the problem with the quote request should be contained with the statusMessage property.