Get insurance refunds

Beta
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

limitintegerOptional

Defaults to 100. The value must be greater than 0 and less than 1000.

payer_uuidUUIDOptional
claim_idUUIDOptional
service_line_idUUIDOptional
billing_provider_idUUIDOptional
sortenumOptional

Defaults to refund_timestamp

Allowed values: amount_centsrefund_timestamprefund_noterefund_reason
sort_direction"asc" or "desc"Optional

Sort direction. Defaults to descending order if not provided.

Allowed values: ascdesc
page_tokenstringOptional

Response

This endpoint returns an object.
itemslist of objects
next_page_tokenstringOptional
prev_page_tokenstringOptional

Errors