API Reference

Everything you need to integrate VerifyEmail.io into your applications. Verify emails, find contacts, and keep your lists clean programmatically.

Quick Start

Make your first API call in seconds. All you need is an API key and a single HTTP request.

## Verify an email address
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://verifyemail.io/api/email?email=test@example.com"

Base URL

All API requests should be made to:

https://verifyemail.io/api/

All requests must use HTTPS. HTTP requests will be redirected automatically.

Ready to get started?

Create a free account and get your API key in under a minute.

Get Your API Key