Check the status of a previously submitted email list.
cURL
curl --request POST \ --url https://api.addressy.com/EmailValidation/Bulk/Status/v1.10/json6.ws \ --header 'Content-Type: application/json' \ --data '{ "Key": "<string>", "ListId": "<string>" }'
200
example
{ "ListId": "<string>", "ListState": "<string>", "TotalVerifiedEmails": "<string>"}
Success
The response is of type object.
object
Was this page helpful?