Skip to content

List invoices

GET
/v1/invoices
limit
integer
default: 50 <= 200
cursor
string
status
string

Filter by invoice status

clientId
string

Filter by client ID

List of invoices

object
items
Array<object>
object
id
string
invoiceNumber
integer
formattedInvoiceNumber
string
clientId
string
clientName
string
status
string
Allowed values: draft sent paid overdue void
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