LedgerLou Docs is optimized for desktop.

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

Bank

Count open transactions

Returns the total number of unreconciled transactions of the tenant.

GET /v1/bank-transactions/unreconciled-count
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Responses
200
Success
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
}