---
title: "List insurance policies"
method: GET
path: "/practices/{practice_id}/insurance-policies"
tags: ["insurance_policies"]
---

# List insurance policies

`GET /practices/{practice_id}/insurance-policies`

Retrieve a list of patient insurance policies. Can be filtered by parameters such as patient_id to view specific coverage details.

## Path parameters

- `practice_id` string, required

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string

## Response `200`

OK

- InsurancePolicy
  - `clearinghouse_copay` number, nullable
  - `company_id` integer
  - `created_at` string, date-time
  - `external_id` string, nullable
  - `external_insurance_company_id` string — Provide this to automatically look up and assign the internal company_id
  - `extra` object
  - `id` integer
  - `in_network_effective_location_ids` integer[]
  - `is_archived` boolean
  - `is_external` boolean
  - `is_manually_verified` boolean
  - `is_photos_exist_in_ehr` boolean
  - `manual_copay` number, nullable
  - `member_id` string, nullable
  - `name` string
  - `note` string, nullable
  - `patient_id` string, required — Patient ID from your integration who owns the resource
  - `photo_back_upload_id` unknown
  - `photo_front_upload_id` unknown
  - `priority` 'primary' | 'secondary' | 'tertiary' | 'other'

---

[API](https://skmtc.net/collectly/apis/partners1.md) · [All operations](https://skmtc.net/collectly/apis/partners1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collectly/partners1/versions/5363b9dbd7f6/schema)
