Comprehensive email validation with multiple verification checks including syntax, MX records, SMTP connection, and mailbox verification. Reduce bounces and protect your sender reputation.
{
"status": "ok",
"error": null,
"data": {
"creationDate": null,
"domain": "myspace.com",
"email": "[email protected]",
"username": "support",
"canConnect": true,
"hasTypo": false,
"isValid": true,
"isMxValid": true,
"isSmtpValid": true,
"isRegexValid": true,
"smtp": {
"valid": true,
"reason": "Connected"
},
"isCompanyEmail": true,
"isFreeEmail": false,
"checksum": 797
}
}






Comprehensive email validation with multiple verification checks including syntax, MX records, SMTP connection, and mailbox verification. Reduce bounces and protect your sender reputation.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/emailvalidator?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ creationDate, domain, email, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseIntegrate our Email Validation API directly into your signup flow. Validate emails in under 2 seconds with syntax checks, MX record verification, and disposable email detection before the user completes registration.
Validate your email list before campaigns. Our API checks each email for validity, identifies risky addresses, and returns a clean list ready for your campaigns.
Validate leads in real-time as they enter your CRM. Our API identifies company vs personal emails, and flags high-risk addresses so sales can prioritize quality leads.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/emailvalidator?email=support%40myspace.com", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
Understanding the different layers of email verification and their tradeoffs.
How sender reputation, authentication, and inbox placement work.
Understanding catch-all domains and how to handle them in validation.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog