---
title: "Get PayerGroup"
method: GET
path: "/api/payer-groups/{id}"
tags: ["payer-groups"]
---

# Get PayerGroup

`GET /api/payer-groups/{id}`

## Path parameters

- `id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Response with status 200

- TypePayerGroupsPayerGroupGetV1Response
  - `id` string, required
  - `slug` string, required
  - `name` string, required
  - `primary` boolean, required
  - `health` TypePayerGroupsPayerGroupGetV1ResponseHealth
    - `status` 'HEALTHY' | 'WARNING' | 'UNHEALTHY', required
    - `lastUpdatedAt` string, date-time, required

---

[API](https://skmtc.dev/usebridge/apis/api-reference.md) · [All operations](https://skmtc.dev/usebridge/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usebridge/api-reference/revisions/811dbc81bcd5/schema)
