List all Invoices
This endpoint lists all invoices for a specific business, optionally filtered by status.
GET
/
v1
/
businesses
/
{business_id}
/
invoices
Path Parameters
Query String Parameters
Filter invoices to a specific status.
Values can be: PENDING
, SENT
, PARTIALLY_PAID
, PAID
, VOIDED
Filter for invoices with due dates on or after the specified time.
Filter for invoices with due dates on or before the specified time.
Filter for invoices with sent dates on or after the specified time.
Filter for invoices with sent dates on or before the specified time.
Response
Returns a list of all matching imported Invoice Objects