Check if a domain is blacklisted.
If a domain is blacklisted the request returns a 200
response with the type of the listing. If the domain is not blacklisted, the request returns a 204
response (without any further information).
Successful operation
No content
{- "success": true,
- "hash": "77017224c0d511a6143cd67d269431c963a1cc67",
- "data": {
- "domain": "titan.de",
- "type": 3
}, - "timestamp": 1664976433618
}