POST
/
EmailValidation
/
Bulk
/
Submit
/
v1.10
/
json6.ws
cURL
curl --request POST \
  --url https://api.addressy.com/EmailValidation/Bulk/Submit/v1.10/json6.ws \
  --header 'Content-Type: application/json' \
  --data '{
  "Key": "<string>",
  "emails": [
    "<string>"
  ],
  "providerTestRun": true
}'
{
"ListId": "<string>",
"ListState": "<string>"
}
See the Bulk Email Validation guide for details of how this endpoint interacts with the Status and Retrieve endpoints. Note: we don’t support API connections using HTTP - all calls should use HTTPS.

Body

application/json
Key
string
default:AA11-AA11-AA11-AA11
required

The key to use to authenticate to the service.

emails
string[] | null
providerTestRun
boolean

Response

Success

ListId
string | null
ListState
string | null

See here for details of available list states.