MailCheck.ai
Home
Pricing
Search…
Quick Start
Reference
API Reference
Authentication
Domain endpoint
Email endpoint
Rate limit
Powered By
GitBook
Domain endpoint
get
https://api.mailcheck.ai
/domain/example.com
Check a domain
JSON response
1
{
2
"status"
:
200
,
3
"domain"
:
"example.com"
,
4
"mx"
:
false
,
5
"disposable"
:
false
,
6
"did_you_mean"
:
null
7
}
Copied!
Keys
Values
status
The status of the request. Possibles values are:
200
The request is successful
400
The request is invalid
429
The rate limit is exceeded
domain
The domain you sent
mx
Whether or not the domain has MX records
disposable
Whether or not the domain is disposable
did_you_mean
Returns a suggested valid domain based on a list of the most popular email providers.
Returns
NULL
if the domain is already a valid domain, or if there's no close result.
error
The description of the error, if the status is different from
200
Reference - Previous
Authentication
Next - Reference
Email endpoint
Last modified
2mo ago
Copy link