API Overview
This API provides validation information for email addresses to aid in deliverability and prevent sending to bad addresses. It also offers additional demographic and descriptive data useful for marketing and segmentation purposes.
Email Validation
Verify email address syntax and mail server existence to improve deliverability.
Enrichment Data
Retrieve additional information about the email address for better insights.
Spam Prevention
Avoid sending to bad email addresses to prevent getting placed on spam lists.
How It Works
Response | Info | IsGeneric | Geolocation | DomainOwner | |
---|---|---|---|---|---|
jimsmith@gmail.com | valid |
mail server ok | true | ||
johndoe@yahoo.com.mx | valid |
mail server ok | true | Mexico | Verizon Media |
winston.smith@maths.ox.ac.uk | valid |
mail server ok | United Kingdom | University of Oxford | |
jane.doe@sjfdhsndsd.com | invalid |
no mail server | |||
unclesam@irs.gov | valid |
mail server ok | United States | Internal Revenue Service |
API Details
Endpoint
https://api.interzoid.com/getemailinfo
Request Format
https://api.interzoid.com/getemailinfo?license=[licensekey]&email=[email address]
Sample Request
https://api.interzoid.com/getemailinfo?license=dh8dj2f*****&email=jimsmith@gmail.com
Sample Response
{"Email":"jimsmith@gmail.com","Response":"valid","Info":"mail server ok","IsGovernment":"","IsEducational":"","IsOrganizational":"","IsVulgar":"","IsGeneric":"true","Geolocation":"","DomainOwner":"Google LLC","Code":"Success","Credits":91686}
cURL Example (with API key in header)
curl --header "x-api-key: dh8dj2f*****" "https://api.interzoid.com/getemailinfo?email=jimsmith@gmail.com"
Additional Resources
Sample Code
Check out our GitHub repository for sample code showing API usage.
Bulk Processing
To validate email addresses within an entire CSV file stored in AWS S3, use our Cloud Data Connect product:
curl "https://connect.interzoid.com/run?function=emailval&apikey=no-key-needed-for-demo-file&source=CSV&connection=https://dl.interzoid.com/csv/emails.csv&table=CSV&column=1"
Automation
For automating API calls against targeted data sources, including Cloud SQL tables, see our documentation here.
Try It Out
Use the form below to test the API interactively. Login or register to obtain an API key.
Additional Information
For custom requirements or additional support, please contact us at support@interzoid.com.