List invoices
GET /v1/invoices
GET
/v1/invoices
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
integer
cursor
string
status
string
Filter by invoice status
clientId
string
Filter by client ID
Responses
Section titled “ Responses ”List of invoices
object
items
Array<object>
object
id
string
invoiceNumber
integer
formattedInvoiceNumber
string
clientId
string
clientName
string
status
string
currency
string
issueDate
string
dueDate
string
subtotal
number
total
number
createdAt
string format: date-time
updatedAt
string format: date-time
nextCursor
Opaque cursor for the next page
string
hasMore
Whether more results exist
boolean