LedgerLou Docs ist für Desktop optimiert.

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

Kreditoren

Zahlungsläufe auflisten

Listet Zahlungsläufe mit optionalem Statusfilter und Paginierung auf.

GET /v1/payment-runs
Authorization
Authorization string header erforderlich API-Key im Format ll_.... Übergabe als Bearer Token.
Query-Parameter
status string optional Filtern nach Status: draft, approved, exported, completed, cancelled.
limit integer optional Max. Ergebnisse (1–500, Default: 100)
offset integer optional Offset für Paginierung (Default: 0)
Antworten
200
Erfolgreich
GET /v1/payment-runs
cURL
-cmd">curl --request -method">GET -punct">\
  --url 'https://api.ledgerlou.de/v1/payment-runs' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
[
  {
    "id": "<string>",
    "status": "<string>",
    "execution_date": "<string>",
    "total_amount": "<string>",
    "invoice_count": 1,
    "created_at": "<string>"
  }
]