LedgerLou Docs ist für Desktop optimiert.

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

Bank

Offene Transaktionen zählen

Gibt die gesamte Anzahl nicht abgestimmter Transaktionen des Tenants zurück.

GET /v1/bank-transactions/unreconciled-count
Authorization
Authorization string header erforderlich API-Key im Format ll_.... Übergabe als Bearer Token.
Antworten
200
Erfolgreich
GET /v1/bank-transactions/unreconciled-count
cURL
-cmd">curl --request -method">GET -punct">\
  --url 'https://api.ledgerlou.de/v1/bank-transactions/unreconciled-count' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
{
  "count": 1
}