Get a list of Invoices
s. You can filter by patient_id
, status
, and external_id
.
The tenant you are making this request on behalf of
Your api key
The field to sort by in snake case, i.e. created_date
The direction to sort by
asc
, desc
The patient ID to filter by
The status to filter by
active
, inactive
The external ID to filter by
Successful Response
The response is of type InvoiceSummary · object[]
.