Single Email Verification
Verify individual email addresses in real time. Ideal for registration forms, checkout flows, and lead capture points.
Integrate real-time email verification into your application with a simple REST API. Validate addresses at signup, import, or any workflow — single or batch.
Verify an email address with a single API call.
curl -X POST https://mailthentic.com/api/verify/ \
-H "Authorization: Api-Key YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email": "user@example.com"}'
{
"email": "user@example.com",
"status": "valid",
"score": 95,
"checks": {
"syntax": true,
"domain_exists": true,
"mx_records": true,
"is_disposable": false,
"is_role_based": false
}
}
Verify individual email addresses in real time. Ideal for registration forms, checkout flows, and lead capture points.
Submit multiple email addresses in a single API call. Process CRM imports, list uploads, and data pipeline batches efficiently.
Single verifications return in 1–3 seconds. Fast enough for inline form validation without degrading user experience.
API key-based authentication with role scoping. Generate, rotate, and revoke keys from your dashboard at any time.
Verify email addresses in real time as users sign up. Block disposable and invalid addresses at the front door, reducing fake signups and improving onboarding quality.
Verify emails during bulk data imports. Clean contact records before they enter your CRM, maintaining data quality from day one.
Add verification as a step in your automation workflows. Only route verified contacts into nurture campaigns to protect sender reputation.
Use verification results to enrich lead scoring models. Prioritize leads with verified business emails and flag disposable or role-based addresses.
The API uses API key authentication. Include your key in the Authorization header. You can generate and manage API keys from your dashboard.
Rate limits depend on your plan. All plans include generous request allowances for real-time verification. Contact support for enterprise-level throughput requirements.
Yes. The API supports both single-email verification for real-time use cases and batch endpoints for processing multiple addresses in a single request. For large lists, consider the bulk email verifier dashboard upload.
The API returns standard HTTP status codes. Successful verifications return 200 with a JSON response containing the verification status, confidence score, and detailed check results. Handle 400 (bad request), 401 (unauthorized), 429 (rate limited), and 500 (server error) for robust integration.
You can test the API with your free credits. The API behaves identically in test and production, so you can validate your integration without any special configuration.
Dashboard-based verification with multi-layered checks for individual email addresses.
Upload and clean large CSV contact lists through the web dashboard with real-time progress tracking.
Lightweight DNS-only checks for MX, SPF, and DMARC without SMTP connections for high-speed validation.
Comprehensive domain authentication audit covering SPF, DKIM, and DMARC policy configuration.
Create a free account, generate your API key, and start verifying emails in minutes. No credit card required.