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