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/Status/v1.10/json6.ws \ --header 'Content-Type: application/json' \ --data ' { "Key": "AA11-AA11-AA11-AA11", "ListId": "<string>" } '
200
Example
{ "ListId": "<string>", "ListState": "<string>", "TotalVerifiedEmails": "<string>"}
Check processing status of submitted email validation jobs. Returns list state and total verified emails count to monitor validation progress.
The key to use to authenticate to the service.
Success
See here for details of available list states.
Was this page helpful?