LedgerLou Docs is optimized for desktop.

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

Reports

Generate DATEV export

Creates and downloads a DATEV export as a CSV file. Contains all bookings for the given period in DATEV format.

GET /v1/reports/datev-export
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Query Parameters
startDate string required Start date (YYYY-MM-DD)
endDate string required End date (YYYY-MM-DD)
Responses
200
Success
400
INVALID_INPUT startDate or endDate is missing or not in YYYY-MM-DD format.
GET /v1/reports/datev-export
cURL
-cmd">curl --request -method">GET -punct">\
  --url 'https://api.ledgerlou.de/v1/reports/datev-export' -punct">\
  --header 'Authorization: Bearer ll_your_key'