Skip to content
Start free in Cloud

Refresh spam database REST API

POST
/api/admin/system/spam-filter/refresh
curl --request POST \
--url http://127.0.0.1:25737/api/admin/system/spam-filter/refresh \
--cookie hk_token=<hk_token>

Downloads and rebuilds the spam database from the configured feeds. Writes an instance audit log entry with the actor and outcome.

Refresh result

Media typeapplication/json
object
message
string
status
string
Examplegenerated
{
"message": "example",
"status": "example"
}

Spam filter not available

Media typeapplication/json
object
message
string
Examplegenerated
{
"message": "example"
}