Asynchronous - retrieves the results of an Email Validate POST /query request. The URL for this request is returned in the Content-Location field name of the response header when making the initial query.

Request

Sample Request

GET https://api.experianmarketingservices.com/result/EmailValidate/1.0/00000000-0000-0000-0000-000000000000

Response

Sample response

HTTP/1.1 200 OK
Content-Length: 30
Content-Type: application/json
Message: OK
QueryId: 00000000-0000-0000-0000-000000000000
Date: Mon, 01 July 2014 08:15:56 GMT

{
      "Email": "support@gmailcom",
      "Certainty": "undeliverable",
      "Message": "OK",
      "Corrections": [
         "support@gmail.com"
      ],
      "VerboseOutput": "syntaxFailure"
}