Retrieve the quote for a group quote intent

Retrieves the quote details for a group_quote_intent. Returns pricing information and a fresh PDF URL. Only available when status is quote_available.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path parameters

groupQuoteIntentIdstringRequiredformat: "gqi_.+"

Response

OK
employee_countinteger
Number of employees covered by the quote
cost_sharingobject
Cost sharing configuration for the quote
total_monthly_premiumdouble
Total monthly premium for the group
currencystring

Currency of the premium (e.g. EUR, GBP)

generated_atdatetime
When the quote was generated
expires_atdatetime
When the quote expires
pdf_urlstring or null
URL to download the quote PDF
pdf_expires_atdatetime or null
When the PDF URL expires
objectstring or nullRead-only
Object type identifier

Errors