Email Validation v1.1
Performs a full mailbox validation on the supplied email address.
Resource URL
POST https://hosted.mastersoftgroup.com/harmony/rest/{locale}/validate/emailRequest
{
"payload": [
{ "address": "[email protected]" },
{ "address": "[email protected]" }
],
"sourceOfTruth": "VE_ALL",
"featureOptions: { "timeout": "1500" }
}
Response
{
"status": "SUCCESS",
"messages": [],
"payload": [
{
"address": "[email protected]",
"attributes": {
"domain_exists": "VALID",
"mailserver_exists": "VALID",
"email_valid": "VALID",
"message": "Email address does not exist on mail server.",
"email_exists": "INVALID",
"do_not_mail": "FALSE",
"disposable": "FALSE",
"rolebased": "FALSE",
"catchall": "FALSE",
"spamtrap": "FALSE",
"abuse": "FALSE",
"free_email": "TRUE",
"accountname": "jim",
"domain": "hotmail.com",
"domain_age_days": "1052",
"suggested_email": "",
"deliverable": "VALID",
"hashsha256": "4c93fb55adc0297ee4086a8d047ff7ca694784c690703eab0f215685db180f37",
"hashmd5": "3e9385d795906ee1a3e04aa93bfa3a41",
"hashsha1": "7a90bf8dcac4717728d4f36e291ff17255dadeb2"
},
"domainValidated": true,
"mailServerValidated": true,
"mailBoxValidated": false,
"blackListValidated": true,
"formatValidated": true
},
{
"address": "[email protected]",
"attributes": {
"hashsha1": "b89406e03dd7cf89e55c1353f9fd3f5e940abbf4",
"hashmd5": "04097aeaaafe1b91144a006ea0dc2921",
"hashsha256": "ffc36bbab1970bfa0aeef8fdb989f396dea4d0ad2f7df3d6dd2349430c71a944",
"domain_exists": "UNKNOWN",
"mailserver_exists": "UNKNOWN",
"email_valid": "UNKNOWN",
"message": "Timeout Exceeded",
"email_exists": "UNKNOWN"
},
"formatValidated": true,
"blackListValidated": true,
"domainValidated": false,
"mailServerValidated": false,
"mailBoxValidated": false
}
]
}Element Name
Description
Example
Response timings
Last updated