Get contact financial summary
GET
https://app.speybooks.com/api/v1/contacts/{id}/summaryReturns a contact's core identity alongside aggregated invoice statistics: total invoices raised, open (unpaid) invoices, total amount invoiced, and outstanding balance. All monetary values are in minor units (pence).
Useful for contact detail pages and credit control dashboards.
Path parameters
id string requiredContact ID (e.g. cont_3). Must use the contact prefix.
Response
200 Returns contact summary with invoice counts and outstanding balance in pence (minor units).
Show response fields
contact objectShow child attributes
company stringcontactType stringemail stringid stringisActive booleanname stringphone stringopenInvoices integeroutstanding integertotalInvoiced integertotalInvoices integerError codes
400 Invalid contact ID format.
404 Contact not found.