---
title: "View insurance coverages"
method: GET
path: "/insurance_coverages"
tags: ["Insurance"]
---

# View insurance coverages

`GET /insurance_coverages`

This endpoint returns a list of insurance coverages. All filters are optional: without any filters, every active insurance coverage for the institution is returned. Only active coverages are included by default; pass active=false to list inactive coverages instead.

## Query parameters

- `subdomain` string, required
- `start_cursor` string
- `end_cursor` string
- `per_page` integer
- `updated_since` string, date-time
- `patient_id` integer
- `active` boolean

## Headers

- `Nex-Api-Version` string, required

## Response `200`

Successful

- APIV20240412EntitiesInsurancePatientCoverageCollectionResponseWithCursor — API_V20240412_Entities_Insurance_PatientCoverage_Collection_Response_WithCursor model
  - `code` boolean — Indicates the success or failure of the request
  - `description` string — Additional context on the request to help with debugging.
  - `error` string[] — Any errors that occur during the execution of the request.
  - `data` APIV20240412EntitiesInsurancePatientCoverage[]
    - `id` integer — Coverage id
    - `subscription_relation` 'self' | 'spouse' | 'child' | 'employee' | 'handicap_dep' | 'signif_other' | 'injured_plaintiff' | 'life_partner' | 'dependent' | 'other' — The relationship of this patient to the subscriber
    - `patient_id` integer, nullable — The ID of the covered patient
    - `priority` integer, nullable — The relative priority of this insurance coverage where the lowest value is the patient's primary insurance and higher values represent secondary and tertiary policies
    - `plan_id` integer, nullable — The ID of the insurance plan this coverage subscribes to
    - `subscriber_num` string, nullable — The subscriber's identification number for the plan
    - `effective_date` string, date, nullable — The date the coverage takes effect
    - `expiration_date` string, date, nullable — The date the coverage expires
    - `insurance_type` 'dental' | 'medical' | 'vision', nullable — The type of the insurance plan
    - `updated_at` string, date-time — Insurance Coverage update date in UTC. This is the most recent of the coverage and its subscription update dates, since the entity also exposes subscription fields
    - `active` boolean, nullable — Whether the insurance coverage is currently active
  - `page_info` object — Pagination information that can be used for fetching previous and next pages.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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