---
title: "List Patients"
method: GET
path: "/api/patients"
tags: ["patients"]
---

# List Patients

`GET /api/patients`

## Query parameters

- `page` integer
- `limit` integer

## Headers

- `X-API-Key` string, required

## Response `200`

Response with status 200

- TypePatientsPatientsListV1Response
  - `items` TypePatientsPatientsListV1ResponseItem[], required — List results
    - `id` string, required
    - `patientToken` string
    - `createdAt` string, date-time, required
    - `externalId` string
    - `coverage` TypePatientsPatientsListV1ResponseItemCoverage[], required
      - `id` string, required
      - `rank` integer, required
      - `policyId` string, required
    - `firstName` string, required
    - `lastName` string, required
    - `dateOfBirth` string, date-time, required
    - `email` string, required
    - `phone` string
    - `address` TypePatientsPatientsListV1ResponseItemAddress
      - `line1` string
      - `line2` string
      - `city` string
      - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY', required
      - `postalCode` string
      - `country` 'US'
    - `metadata` TypePatientsPatientsListV1ResponseItemMetadata
      - `exampleKey` string
    - `account` TypePatientsPatientsListV1ResponseItemAccount
      - `status` 'CURRENT' | 'DUE' | 'DELINQUENT', required
      - `balance` integer, required
  - `count` integer — Total count (if available)

---

[API](https://skmtc.dev/usebridge/apis/api-reference.md) · [All operations](https://skmtc.dev/usebridge/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usebridge/api-reference/revisions/811dbc81bcd5/schema)
