Validate/Verify a single email address:
EmailListVerify.com

URL
GET
https://apps.emaillistverify.com/api/verifyEmail
GET
API DEFAULT URL:https://api.zerobounce.net/v2/validate
API U.S.A. URL*:https://api-us.zerobounce.net/v2/validate
API EU URL:https://api-eu.zerobounce.net/v2/validate
Request
• Secret (which is the API key)
• email
• api_key
• email
• ip_address
Response
Response is one of the below:
• Ok
• Fail
• Unknown
• Incorrect
• Key_not_valid
• Missing parametersResponse example:
"address": "s.krisztian@force.com",
"status": "catch-all",
"sub_status": "",
"free_email": false,
"did_you_mean": null,
"account": "s.krisztian",
"domain": "force.com",
"domain_age_days": "11750",
"smtp_provider": "proofpoint",
"mx_found": "true",
"mx_record": "mxa-00177002.gslb.pphosted.com",
"firstname": null,
"lastname": null,
"gender": null,
"country": null,
"region": null,
"city": null,
"zipcode": null,
"processed_at": "2023-07-20 17:10:08.083"
Examples:
HTTP request
EmailListVerify: https://apps.emaillistverify.com/api/verifyEmail?secret=ReplaceWithYourApiKey&email=ReplaceWithYours
HTTP request
ZeroBounce:
API DEFAULT URL:https://api.zerobounce.net/v2/validate?api_key=ReplaceWithYourApiKey&email=ReplaceWithYours
API U.S.A. URL*:https://api-us.zerobounce.net/v2/validate?api_key=ReplaceWithYourApiKey&email=ReplaceWithYours
API EU URL: https://api-eu.zerobounce.net/v2/validate?api_key=ReplaceWithYourApiKey&email=ReplaceWithYours
*This endpoint uses servers located within the United States. By utilizing this endpoint, you acknowledge and consent to your data being processed on servers in the United States.
A detailed response like the one ZeroBounce offers is important to understand precisely why an email is valid, invalid or tagged as risky.