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
}
Check if a domain is on the disposable email addresses blacklist.
If a domain is blacklisted the request returns a 200
response with the blacklist type disposable. If the domain is not blacklisted (with the disposable type - the domain may still be on another blacklist), the request returns a 204
response (without any further information).
Successful operation
No content
{- "success": true,
- "hash": "525039532ec23a3c327c81a29c56154cdabf163b",
- "data": {
- "domain": "mail-temp.com",
- "type": 1
}, - "timestamp": 1665050112204
}
Check if a domain is on the locked email addresses blacklist.
If a domain is blacklisted the request returns a 200
response with the blacklist type locked. If the domain is not blacklisted (with the locked type - the domain may still be on another blacklist), the request returns a 204
response (without any further information).
Successful operation
No content
{- "success": true,
- "hash": "9f22c7566fbd2dd96c903c6500921fdba05f8291",
- "data": {
- "domain": "example.com",
- "type": 3
}, - "timestamp": 1664980728198
}
Check if a domain is on the personal email addresses blacklist.
If a domain is blacklisted the request returns a 200
response with the blacklist type personal. If the domain is not blacklisted (with the personal type - the domain may still be on another blacklist), the request returns a 204
response (without any further information).
Successful operation
No content
{- "success": true,
- "hash": "22367db4add2960e9fea51a9de8a69ee2e891aa5",
- "data": {
- "domain": "gmail.com",
- "type": 2
}, - "timestamp": 1665049781003
}