Domain

A domain.

Blacklisted domain

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).

Request
path Parameters
domain
required
string

The name of the domain.

Responses
200

Successful operation

204

No content

get/domain/blacklisted/{domain}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "77017224c0d511a6143cd67d269431c963a1cc67",
  • "data": {
    },
  • "timestamp": 1664976433618
}

Blacklisted disposable domain

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).

Request
path Parameters
domain
required
string

The name of the domain.

Responses
200

Successful operation

204

No content

get/domain/disposable/{domain}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "525039532ec23a3c327c81a29c56154cdabf163b",
  • "data": {
    },
  • "timestamp": 1665050112204
}

Blacklisted locked domain

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).

Request
path Parameters
domain
required
string

The name of the domain.

Responses
200

Successful operation

204

No content

get/domain/locked/{domain}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "9f22c7566fbd2dd96c903c6500921fdba05f8291",
  • "data": {
    },
  • "timestamp": 1664980728198
}

Blacklisted personal domain

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).

Request
path Parameters
domain
required
string

The name of the domain.

Responses
200

Successful operation

204

No content

get/domain/personal/{domain}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "22367db4add2960e9fea51a9de8a69ee2e891aa5",
  • "data": {
    },
  • "timestamp": 1665049781003
}