Overview
The Interzoid Email Address Validation and Demographics API allows you to validate email addresses and gain valuable demographic insights such as:
- Company location
- Number of employees
- Revenue
- X/Twitter handles
- Generic/disposable email indicators
- And more, all based on the email domain and structure
With this API, you can ensure the quality of email data while enriching it with demographic details.
How to Get Started
- Register for an API key at Interzoid Registration.
- Make API calls to
https://api.interzoid.com/getemailinfo
, including yourlicense
(API key) and the email address to validate.
For complete API documentation, visit the API Documentation.
Example Usage
Request
GET https://api.interzoid.com/getemailinfo?license=your_api_key&email=joesmith@amazon.com
Response
{ "Email": "joesmith@amazon.com", "Response": "valid", "Info": "mail server ok", "Domain": "amazon.com", "DomainOwner": "Amazon.com, Inc.", "Organization": "Amazon.com, Inc.", "Revenue": "469.8 billion USD (2022)", "Employees": "1540000", "HeadquartersCountry": "United States", "HeadquartersCity": "Seattle, Washington", "Currency": "USD", "Description": "Amazon is a global e-commerce and cloud computing company...", "Code": "Success", "Credits": "206513" }
API Parameters
Parameter | Type | Description |
---|---|---|
license |
string | Your API key. Required for authentication. |
email |
string | The email address to validate. Example: joesmith@amazon.com . |
Common Error Responses
- 400 - Bad Request: Ensure all required parameters are provided and valid.
- 402 - API Key Not Found: Verify that your
license
parameter is correct. - 403 - Insufficient Credits: Check your remaining credits in the API response.
- 429 - Rate Limits Reached: Wait before sending additional requests.
Additional Information
If you need support, contact Interzoid Support or visit the Interzoid Website.