Get inbox email address
Returns the email address to which the tenant can forward documents. Automatically creates a new address if none has been assigned yet.
get_inbox_address
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
config:read
Response
200
Success
MCP
JSON get_inbox_address {
"tool": "get_inbox_address"
} 200 Response
JSON {
"inbox_address": "<string>"
}