POST
/
EmailValidation
/
Bulk
/
Status
/
v1.10
/
json6.ws
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>"
}'
{
  "ListId": "<string>",
  "ListState": "<string>",
  "TotalVerifiedEmails": "<string>"
}

See the Bulk Email Validation guide for details of how this endpoint interacts with the Submit and Retrieve endpoints.

Note: we don’t support API connections using HTTP - all calls should use HTTPS.

Body

application/json

Response

200 - application/json

Success

The response is of type object.