LedgerLou Docs is optimized for desktop.

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

Payables

Fetch incoming email address

Returns the email address the tenant can forward documents to. Automatically creates a new address if none has been assigned yet.

GET /v1/inbox/address
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Responses
200
Success
GET /v1/inbox/address
cURL
-cmd">curl --request -method">GET -punct">\
  --url 'https://api.ledgerlou.de/v1/inbox/address' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
{
  "inbox_address": "<string>"
}