Get recent invoices for dashboard
GET
/dashboard/recent_invoices
Get the 5 most recent invoices with customer names.
Responses
Section titled “ Responses ”Successful Response
Response Get Recent Invoices Dashboard Recent Invoices Get
Array<object>
RecentInvoiceItemobject
id
required
Id
string
invoice_number
required
Invoice Number
string
customer_id
required
Customer Id
string
customer_name
required
Customer Name
string
status
required
Status
string
total_cents
required
Total Cents
number
currency
required
Currency
string
created_at
required
Created At
string
Unauthorized – invalid or missing API key