LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Journal · Chart of accounts

Get chart of accounts

Lists the full active chart of accounts of the tenant with number, name, type, category and system flag.

list_accounts
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
journal:read
Response
200
Success
MCP list_accounts
JSON
{
  "tool": "list_accounts"
}
200 Response
JSON
[
  {
    "number": "<string>",
    "name": "<string>",
    "type": "<string>",
    "category": "<string>",
    "is_system": true
  }
]