Confirm an incoming document
Marks an incoming document as processed (confirmed). Should be called after invoice creation and booking.
POST
/v1/inbox/:id/confirm Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token. Responses
200
Success
404
NOT_FOUND The requested resource was not found.
POST
cURL /v1/inbox/:id/confirm -cmd">curl --request -method">POST -punct">\
--url 'https://api.ledgerlou.de/v1/inbox/:id/confirm' -punct">\
--header 'Authorization: Bearer ll_your_key' 200 Response
JSON {
"confirmed": true,
"inbox_id": "<string>"
}