---
title: "Get insurance refunds"
method: GET
path: "/api/insurance-refunds/v1"
tags: ["v1"]
---

# Get insurance refunds

`GET /api/insurance-refunds/v1`

Returns all insurance refunds satisfying the search criteria AND whose organization_id matches
the current organization_id of the authenticated user.

## Query parameters

- `limit` integer
- `payer_uuid` V3PayerUuid — unresolved $ref
- `claim_id` string, uuid
- `service_line_id` string, uuid
- `billing_provider_id` string, uuid
- `sort` V1InsuranceRefundSortField — unresolved $ref
- `sort_direction` 'asc' | 'desc'
- `page_token` string

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1InsuranceRefundsPage — unresolved $ref

## Other responses

- `403` — Error response with status 403
- `422` — Error response with status 422

---

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