---
title: "List Insurance Plans"
method: GET
path: "/api/2.0/insurance_plans/"
tags: ["Insurance Plans"]
---

# List Insurance Plans

`GET /api/2.0/insurance_plans/`

## Query parameters

- `insurance_company` integer[]
- `limit` integer
- `offset` integer
- `order_by` string
- `practice` integer[]

## Response `200`

- PaginatedInsurancePlanList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` InsurancePlan[], required
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `insurance_company` integer, required — The insurance company that the plan is associated with.
    - `name` string, required
    - `practice` integer, required

---

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