LedgerLou Docs ist für Desktop optimiert.

Bitte öffne diese Seite auf einem Gerät mit breiterem Bildschirm.

Journal · Kontenplan

Kontenplan abrufen

Listet den vollständigen aktiven Kontenplan des Mandanten mit Nummer, Name, Typ, Kategorie und System-Flag auf.

list_accounts
Authorization
Authorization string header erforderlich API-Key im Format ll_.... Übergabe als Bearer Token im OAuth-Flow.
Scopes
journal:read
Antwort
200
Erfolgreich
MCP list_accounts
JSON
{
  "tool": "list_accounts"
}
200 Response
JSON
[
  {
    "number": "<string>",
    "name": "<string>",
    "type": "<string>",
    "category": "<string>",
    "is_system": true
  }
]