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

# GET /api/eobs/{id}

`GET /api/eobs/{id}`

Retrieve an existing EOB object

## Path parameters

- `id` string, required

## Query parameters

- `doctor` integer

## Response `200`

OK

- EOBObject
  - `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

## 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)
