---
title: "Get the employer account"
method: GET
path: "/groups/{groupId}/account"
tags: ["Account"]
---

# Get the employer account

`GET /groups/{groupId}/account`

Aggregate employer account data: funding, premium-equivalent totals, spend by category, and savings. Account data is aggregate and de-identified by design. Returns `404 not_found` until the group is enrolled.

## Path parameters

- `groupId` string, required

## Response `200`

Aggregate employer benefits data.

- Account — Aggregate and de-identified by design: never named claims, diagnoses, or any individual health data. Categories that could be traced to small member counts are suppressed (k-anonymity).
  - `groupId` string, required
  - `asOf` string, date-time, required
  - `company` object, required
    - `displayName` string
    - `state` 'sandbox' | 'prod'
    - `startDate` string, date
    - `renewalDate` string, date
  - `plan` object, required
    - `name` string
    - `deductibleIndividualCents` integer
    - `deductibleFamilyCents` integer
    - `oopMaxIndividualCents` integer
    - `oopMaxFamilyCents` integer
    - `employeePremiumCents` 0
  - `population` object, required
    - `coveredLives` integer
    - `enrolledEmployees` integer
    - `dependents` integer
  - `funding` object, required
    - `fundBalanceCents` integer
    - `monthlyFundingCents` integer
    - `upcomingPulls` object[]
      - `date` string, date
      - `amountCents` integer
      - `status` string
    - `recentPulls` object[]
      - `date` string, date
      - `amountCents` integer
      - `status` string
  - `premiums` object, required
    - `monthlyPremiumEquivalentCents` integer
    - `pepmCents` integer
    - `employeeContributionCents` 0
    - `breakdown` object[] — Premium-equivalent allocation. Sums to `monthlyPremiumEquivalentCents`.
      - `label` string
      - `cents` integer
  - `spend` object, required
    - `mtdCents` integer
    - `ytdCents` integer
    - `categories` object[]
      - `category` string
      - `cents` integer
      - `pct` number
    - `suppressed` boolean — `true` when category-level spend is withheld because the group is small enough that a category could identify individuals. Render the `suppressionNote` instead of the chart.
    - `suppressionNote` string
  - `savings` object, required
    - `baselineAnnualCents` integer — Prior plan cost projected over the plan year.
    - `savingsYtdCents` integer

## Other responses

- `401` — Missing, malformed, or revoked API key.
- `404` — Group not found, or not enrolled yet.
- `429` — Rate limit exceeded. Honor `Retry-After`.
- `500` — Something failed on our side. Safe to retry with the same `Idempotency-Key`.

---

[API](https://skmtc.dev/getprescience/apis/prescience-partner-api.md) · [All operations](https://skmtc.dev/getprescience/apis/prescience-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getprescience/prescience-partner-api/revisions/eb1f377f8139/schema)
