---
title: "Get all write-offs"
method: GET
path: "/api/write-offs/v1"
tags: ["v1"]
---

# Get all write-offs

`GET /api/write-offs/v1`

Returns all write-offs satisfying the search criteria.

## Query parameters

- `limit` integer
- `patient_external_id` string
- `payer_uuid` V3PayerUuid — unresolved $ref
- `service_line_id` string, uuid
- `claim_id` string, uuid
- `billing_provider_id` string, uuid
- `sort` V1WriteOffSortField — unresolved $ref
- `sort_direction` 'asc' | 'desc'
- `page_token` string
- `account_types` 'PATIENT' | 'INSURANCE' | 'THIRD_PARTY_PAYER'

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1WriteOffsPage — unresolved $ref

---

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