---
title: "Get payer plans"
method: GET
path: "/api/payer-plan-groups/v1"
tags: ["v1"]
---

# Get payer plans

`GET /api/payer-plan-groups/v1`

Returns all payer plans matching filter criteria.

## Query parameters

- `plan_group_name` string
- `payer_uuid` V3PayerUuid — unresolved $ref
- `payer_id` V3PayerId — unresolved $ref
- `plan_type` '09' | '11' | '12' | '13' | '14' | '15' | '16' | '17' | 'AM' | 'BL' | 'CH' | 'CI' | 'DS' | 'FI' | 'HM' | 'LM' | 'MA' | 'MB' | 'MC' | 'OF' | 'TV' | 'VA' | 'WC' | 'ZZ'
- `is_active` boolean
- `payer_plan_group_id` string, uuid
- `limit` integer
- `sort_by_similarity` string
- `sort` V1PayerPlanGroupSortField — unresolved $ref
- `sort_direction` 'asc' | 'desc'
- `page_token` string
- `organization_id` string, uuid

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1PayerPlanGroupPage — unresolved $ref

## Other responses

- `403` — Error response with status 403
- `422` — Error response with status 422

---

[API](https://skmtc.net/joincandidhealth/apis/api-reference.md) · [All operations](https://skmtc.net/joincandidhealth/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joincandidhealth/api-reference/revisions/7cc5974e4128/schema)
