Einzelnes Bankkonto abrufen
Gibt die Details eines einzelnen Bankkontos zurück.
GET
/v1/bank-accounts/:id Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token. Antworten
200
Erfolgreich
400
INVALID_INPUT Pflichtfelder fehlen oder Werte entsprechen nicht dem erwarteten Format.
404
NOT_FOUND Die angeforderte Ressource wurde nicht gefunden.
GET
cURL /v1/bank-accounts/:id -cmd">curl --request -method">GET -punct">\
--url 'https://api.ledgerlou.de/v1/bank-accounts/:id' -punct">\
--header 'Authorization: Bearer ll_your_key' 200 Response
JSON Bankkonto inkl. `tx_count`, `unreconciled_count` und `last_tx_date`.