v1

Get all write-offs

Returns all write-offs satisfying the search criteria.

get/api/write-offs/v1

Query parameters

limitinteger

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

patient_external_idstring
payer_uuidV3PayerUuid — unresolved $ref
service_line_idstring uuid
claim_idstring uuid
billing_provider_idstring uuid
sortV1WriteOffSortField — unresolved $ref

Defaults to write_off_timestamp

sort_direction'asc' | 'desc'

Sort direction. Defaults to descending order if not provided.

page_tokenstring
account_types'PATIENT' | 'INSURANCE' | 'THIRD_PARTY_PAYER'

Filters the returned values to include only the provided account types.

Headers

Authorizationstring required

OAuth authentication

Response

Response with status 200

V1WriteOffsPage required— unresolved $ref