Check IP blacklist status
Email
Check IP blacklist status
Checks if an IPv4 or IPv6 address is listed on major email blacklists (RBLs). Supports checking against popular blacklists or comprehensive list. Essential for email deliverability diagnostics.
POST
Check IP blacklist status
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
application/x-www-form-urlencoded
IPv4 address to check (provide either IPv4 or IPv6, not both)
Example:
"192.168.1.1"
IPv6 address to check (provide either IPv4 or IPv6, not both)
Example:
"2001:0db8:85a3:0000:0000:8a2e:0370:7334"
Type of blacklist check: full (comprehensive) or popular (common blacklists only)
Available options:
full, popular Example:
"popular"