GET
/
EmailValidation
/
Interactive
/
Validate
/
v2.00
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/EmailValidation/Interactive/Validate/v2.00/json6.ws
{
"Items": [
{
"ResponseCode": "Valid",
"ResponseMessage": "Valid",
"EmailAddress": "testing@test123.com",
"UserAccount": "testing",
"Domain": "test123.com",
"IsDisposableOrTemporary": "False",
"IsComplainerOrFraudRisk": "False",
"Duration": "0.526",
"Reason": "Fault Reason",
"Risk": "High"
}
]
}
This method will consume credit.

Query Parameters

Key
string
required

The key to use to authenticate to the service.

Email
string
required

The email address to verify.

Timeout
integer

The time (in milliseconds) you want to give for the valiation attempt to be executed within. Value must be between 1 and 15000 (values outside of these ranges will fallback to the default of 15000).

AdditionalFields
string

The option to return additional fields

Response

200
application/json

Success

The response is of type object.