---
title: "List plans"
method: GET
path: "/plans"
tags: ["Plans"]
---

# List plans

`GET /plans`

Static plan metadata: identifiers, plan classification, plan design amounts, brand assets, and required disclaimers. Combine with a group quote for group-specific pricing.

## Response `200`

Available plans.

- object
  - `plans` Plan[], required
    - `id` 'diamond'
    - `name` string
    - `carrierName` string — Display name for customer-facing plan listings. Use the approved plan display fields rather than expanding backend classification values into marketing copy.
    - `planType` 'self_funded_level_funded'
    - `deductibleIndividualCents` integer
    - `deductibleFamilyCents` integer
    - `oopMaxIndividualCents` integer
    - `oopMaxFamilyCents` integer
    - `hsaEligible` boolean
    - `employeePremiumCents` 0
    - `assets` object
      - `logoUrl` string, uri
      - `markUrl` string, uri
    - `disclaimers` string[]

## Other responses

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

---

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