Confirm inbox document
Marks an inbox document as processed (confirmed). Should be called after the invoice has been created and posted.
confirm_inbox_document
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
kreditoren:write
Parameters
inbox_id string (uuid) required UUID of the inbox entry
Response
200
Success
MCP
JSON confirm_inbox_document {
"tool": "confirm_inbox_document",
"params": {
"inbox_id": "<string>"
}
} 200 Response
JSON {
"confirmed": true,
"inbox_id": "<string>"
}