Skip to main content
POST
Check domain blacklist status

Authorizations

Authorization
string
header
required

Bearer token authentication. Use format: Bearer YOUR_API_KEY

Body

application/x-www-form-urlencoded
domain
string
required

Domain name

Example:

"example.com"

type
enum<string>

Type of blacklist check: full (comprehensive) or popular (common blacklists only)

Available options:
full,
popular
Example:

"popular"

Response

Successfully checked domain blacklist status

status
enum<string>
required

Indicates successful operation

Available options:
success
data
object
required