List spam test blacklists
Returns the DNSBL blacklists on which the sending domain and IP appeared at the time of the spam test. Empty array if the domain and IP were clean.
Path Parameters
- Type: stringpublic
_id requiredThe public ID of the spam test.
Responses
- application/json
- application/json
Request Example for get/v1/spam_tests/{public_id}/blacklists
curl http://api.mailreach.co/api/v1/spam_tests/f5fedb04092cd9/blacklists \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
[
{
"id": 1241,
"blacklist": "Spamhaus DBL",
"listed": true,
"updated_at": "2026-04-22T09:14:03.114Z",
"checked_value": "acme.com",
"host_type": "domain"
}
]