Join our Slack community to connect with other developers and kickstart your Loqate journey.
cURL
curl --request POST \ --url https://api.addressy.com/EmailValidation/Bulk/Retrieve/v1.10/json6.ws \ --header 'Content-Type: application/json' \ --data ' { "Key": "AA11-AA11-AA11-AA11", "ListId": "<string>" } '
200
Example
{ "ListId": "<string>", "ListState": "<string>", "TotalEmailCount": 123, "Results": [ { "Email": "<string>", "Status": "<string>", "StatusMessage": "<string>", "Account": "<string>", "Domain": "<string>" } ]}
Retrieve validation results for completed email lists. Returns validation status, status messages, and separated account and domain information.
The key to use to authenticate to the service.
Success
See here for details of available list states.
Show child attributes
Was this page helpful?