Insurance RefundsV1

Get insurance refunds

Beta
GET

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_directionenumOptional
Sort direction. Defaults to descending order if not provided.
Allowed values: ascdesc
page_tokenstringOptional

Response

This endpoint returns an object
items
list of objects
next_page_token
stringOptional
prev_page_token
stringOptional

Errors