---
title: "GET /api/eobs"
method: GET
path: "/api/eobs"
tags: ["Clinical"]
---

# GET /api/eobs

`GET /api/eobs`

Retrieve or search EOB objects

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `doctor` integer

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` EOBObject[] — result data
    - `posted_date` string
    - `insurance_payer_name` string, required
    - `doctor` integer, required
    - `payment_method` '' | 'ACH' | 'BOPCCP' | 'BOPCTX' | 'CHK' | 'FWT' | 'VPAY' | 'NON' — `""` - Unknown, `"ACH"` - Automated Clearing House (ACH), `"BOPCCP"` - Cash Concentration/Disbursement plus Addenda (CCD+) (ACH), `"BOPCTX"` - Corporate Trade Exchange (CTX) (ACH), `"CHK"` - Check, `"FWT"` - Federal Reserve Funds/Wire Transfer - Nonrepetitive, `"VPAY"` - vPayment, `"NON"` - Non-Payment Data
    - `deposit_date` string — Date when EOB gets deposited.
    - `updated_at` string
    - `insurance_payer_id` string, required
    - `scanned_eob` string
    - `insurance_payer_trace_number` string, required
    - `total_paid` number — Total amount paid. If missing, default to 0.00
    - `check_date` string — Date of check. If missing, default to the date when the request is made
    - `id` integer
  - `next` string — Next Paginated page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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