EMAIL VERIFIER API

Prevent bounced emails and low-quality users with FREE professional-grade email verifier API

The API was built with the intention of providing software engineers and businesses with a simple and easy to use solution to bounced emails. Whether you're a developer writing an application that requires the registration of new valid users or a business with a large mailing list, We can handle the heavy lifting of verifying the validity of your email addresses so that you can make a confident decision on whether or not to dispatch messages to a given address.

API Usage

Using the email verifier API endpoint is pretty straightforward. All you need to do is perform a GET request on the main lookup endpoint using the following schema.

curl -X GET https://huntleads.co/api/verifier-lookup/test@email.com

sample API response

{
    "success": true,
    "email": "hello@huntleads.co",
    "deliverable": true,
    "valid-format": true,
    "disposable": false,
    "role-base": true,
    "free-mail": false,
    "server-status": true,
    "email-domain": "huntleads.co",
    "email-user": "support"
}

API Limitation

To ensure consistent availability and performance for everyone we apply some limits to how APIs are used. These limits are designed to detect when some applications are making extraordinary demands on server resources. The restrictions shouldn't affect ordinary users. Only certain applications making exceptional requests for APIs will be affected.

By default, it is set to 3600 requests per month per user. But the number of requests to the API is restricted to a maximum of 5 requests per hour per user. If you are looking for more requests please contact us!