Email Verification API
All APIs
Email Verification API
POSTv1
Authentication
x-authkey: YOUR_API_KEY
Endpoint
POST /email-verificationParameters
| Name | Type | Required |
|---|---|---|
| STRING | Required |
Code Examples
Sample Response
{
"data": {
"tld": "com",
"email": "[email protected]",
"score": 3,
"domain": "test.com",
"username": "develop",
"risky_tld": false,
"disposable": false,
"elapsed_ms": 0,
"free_email": false,
"did_you_mean": "",
"is_spoofable": false,
"role_address": false,
"should_block": false,
"valid_format": true,
"has_a_records": false,
"dmarc_enforced": false,
"domain_popular": false,
"has_mx_records": false,
"domain_age_days": null,
"has_spf_records": false,
"has_txt_records": true,
"dmarc_configured": true,
"suspicious_email": false,
"government_domain": false,
"local_part_length": 7,
"suspicious_domain": false,
"dirty_words_domain": true,
"educational_domain": false,
"suspicious_username": false,
"dirty_words_username": false
},
"status": "success"
}