---
title: "List Patients Insurance Cards"
method: GET
path: "/api/2.0/patients/{id}/insurance_cards/"
tags: ["Insurance Card"]
---

# List Patients Insurance Cards

`GET /api/2.0/patients/{id}/insurance_cards/`

Get all insurance cards for a patient

## Path parameters

- `id` integer, required

## Response `200`

- InsuranceCard[]
  - `images` InsuranceCardImage[], required
    - `side` integer, required — Insurance card side. Usually front (1) or back (2).
    - `ttl` integer, required
    - `url` string, uri, required
  - `rank` integer, required — Primary or secondary insurances (1 or 2).

---

[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/revisions/c060f89d4de7/schema)
