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
cURL /v1/inbox/address -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>"
}