Get account types with counts
GET
https://app.speybooks.com/api/v1/accounts/typesReturns a summary of account types with total and active counts. Useful for dashboard widgets and chart of accounts overview pages. Types are returned in standard accounting order: asset, liability, equity, revenue, expense.
Response
200 Returns account type summary with total and active counts per type, in standard accounting order.
Show response fields
types array<object>Show child attributes
activeCount integerActive accounts of this type.
count integerTotal accounts of this type.
type stringAccount type identifier (asset, liability, equity, revenue, expense).