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
cURL /v1/payment-runs -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>"
}
]