v1

latestOpenAPI 3.1.02026-07-22191956.7 KB
Quotes

List quotes

All quotes for the group, newest first.

get/groups/{groupId}/quotes

Path parameters

groupIdstring required

Group ID, e.g. grp_8c2f41d09a3e.

Query parameters

limitinteger

Page size. Default 50, max 200.

cursorstring

Opaque cursor from a previous page's nextCursor. Lists are newest-first.

Response

A page of quotes.

nextCursorstring nullable

Example response

{
  "quotes": [
    {
      "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
      }
    }
  ]
}