Looking for support.loqate.com? Click here to find our on-prem documentation.
cURL
curl --request GET \ --url https://api.addressy.com/EmailValidation/Batch/Validate/v1.20/json6.ws
200
Success
{ "Items": [ { "Status": "Valid", "EmailAddress": "testing@test123.com", "Account": "testing", "Domain": "test123.com", "IsDisposible": "False", "IsSystemMailbox": "True" } ] }
Verify up to 100 email addresses per batch request. Returns validation status, identifies disposable mailboxes, and detects system addresses.
The key to use to authenticate to the service.
The email addresses to verify, as a comma-seperated string. Blank entries will be ignored. Maximum 100 records.
Show child attributes
Was this page helpful?