GET
/
v1
/
businesses
/
{business_id}
/
invoices

Path Parameters

business_id
string

ID of the Business the invoice is associated with.

Query String Parameters

status
enum

Filter invoices to a specific status. Values can be: PENDING, SENT, PARTIALLY_PAID, PAID, VOIDED

due_at_start
ISO8601 timestamp

Filter for invoices with due dates on or after the specified time.

due_at_end
ISO8601 timestamp

Filter for invoices with due dates on or before the specified time.

sent_at_start
ISO8601 timestamp

Filter for invoices with sent dates on or after the specified time.

sent_at_end
ISO8601 timestamp

Filter for invoices with sent dates on or before the specified time.

Response

Returns a list of all matching imported Invoice Objects