v1
Get insurance refunds
Returns all insurance refunds satisfying the search criteria AND whose organization_id matches the current organization_id of the authenticated user.
get/api/insurance-refunds/v1
Query parameters
limitinteger
Defaults to 100. The value must be greater than 0 and less than 1000.
payer_uuidV3PayerUuid — unresolved $ref
claim_idstring uuid
service_line_idstring uuid
billing_provider_idstring uuid
sortV1InsuranceRefundSortField — unresolved $ref
Defaults to refund_timestamp
sort_direction'asc' | 'desc'
Sort direction. Defaults to descending order if not provided.
page_tokenstring
Headers
Authorizationstring required
OAuth authentication
Response
Response with status 200
V1InsuranceRefundsPage required— unresolved $ref