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
cURL /v1/bank-transactions/unreconciled-count -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
}