v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01960201.2 KB
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

type'success' | 'danger' | 'error'