Mailboxes
Edit mailbox spam filter score
Using this endpoint you can edit the spam filter score for a certain mailbox.
post/api/v1/edit/spam-score/
Request body
{"stackTrail":"paths:/api/v1/edit/spam-score/:post:requestBody:content:application/json:schema","oasType":"schema","type":"unknown","example":[{"items":["info@domain.tld"],"attr":{"spam_score":"8,15"}}]}
Example request
[
{
"items": [
"info@domain.tld"
],
"attr": {
"spam_score": "8,15"
}
}
]Response
OK