Skip to content

API overview

The VerifyMaill REST API lets you verify email addresses from your own application — a single address in real time, or millions through bulk jobs.

https://api.verifymaill.com/v1

All requests are made over HTTPS. Requests and responses use JSON.

Authenticate every request with your secret API key. See Authentication for details.

Terminal window
curl https://api.verifymaill.com/v1/verify?email=jane@example.com \
-H "Authorization: Bearer sk_your_api_key"

Quickstart

Your first verification call in five minutes. Quickstart →

Prefer a client library? See SDKs & libraries.