Beta
Get Multi
Returns all Invoices for the authenticated user’s organziation with all filters applied.
Headers
Authorization
OAuth authentication of the form <token>.
Query parameters
patient_external_id
encounter_external_id
note
partial match supported
due_date_before
all invoices whose due date is before this due date, not inclusive
due_date_after
all invoices whose due date is after this due date, not inclusive
status
all invoices that match any of the provided statuses
limit
Defaults to 100
sort
Defaults to created_at
sort_direction
Sort direction. Defaults to descending order
Allowed values:asc desc
page_token
Response
This endpoint returns an object.
items
next_page_token
prev_page_token