GET
/
EmailValidation
/
Batch
/
Validate
/
v1.20
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/EmailValidation/Batch/Validate/v1.20/json6.ws
{
"Items": [
{
"Status": "Valid",
"EmailAddress": "testing@test123.com",
"Account": "testing",
"Domain": "test123.com",
"IsDisposible": "False",
"IsSystemMailbox": "True"
}
]
}
This method will consume credit.

Query Parameters

Key
string
required

The key to use to authenticate to the service.

Emails
string
required

The email addresses to verify, as a comma-seperated string. Blank entries will be ignored. Maximum 100 records.

Response

200
application/json

Success

The response is of type object.