Asynchronous - posts an email address to the service to be validated. Make a GET /result request to retrieve the results.
https://api.experianmarketingservices.com/query/EmailValidate/1.0/
Note that URLs that do not specify the version number will default to version 1.0.
Parameter | Valid Values / Examples |
---|---|
The input email address, e.g. "anemailexample@gmail.com". | |
Timeout (optional) | The email validation search timeout in seconds. If a timeout occurs, the email certainty status of Unknown will be returned.
|
Verbose (optional) | A boolean value (true/false) to determine whether to return VerboseOutput information.
|
{
"Email": "support@gmailcom",
"Timeout":"5",
"Verbose":"True"
}
Sample response
HTTP/1.1 204 No Content
Content-Length: 0
Content-Location:https://api.experianmarketingservices.com/result/EmailValidate/1.0/00000000-0000-0000-0000-000000000000
Date: Mon, 01 July 2014 08:15:29 GMT