v1
latestOpenAPI 3.1.02026-07-22191956.7 KBQuotes
Get a quote
Re-fetch a quote, e.g. after a quote.finalized webhook moves it from in_review to ready.
get/groups/{groupId}/quotes/{quoteId}
Path parameters
groupIdstring required
Group ID, e.g. grp_8c2f41d09a3e.
quoteIdstring required
Quote ID, e.g. qt_5b9e2c7f10ad.
Response
The quote.
Example response
{
"id": "qt_5b9e2c7f10ad",
"groupId": "grp_8c2f41d09a3e",
"plan": {
"id": "diamond",
"name": "Prescience Diamond"
},
"planYearStartDate": "2026-09-01",
"census": {
"employees": 12,
"coveredLives": 19
},
"monthly": {
"totalCents": 660096,
"pepmCents": 55008
},
"annual": {
"totalCents": 7921152
},
"comparison": {
"priorPepmCents": 80000,
"savingsMonthlyCents": 299904,
"savingsAnnualCents": 3598848,
"savingsPct": 31
},
"fundingBreakdown": {
"expectedClaimsPct": 78,
"stopLossPct": 12,
"careNavigationPct": 10
}
}