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

Authorizations

Key
string
query
required

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

Success

Items
object[]