Single Email API
Validate one email in real time.
Designed for signup forms, checkout flows, lead capture, and CRM entry.
Request
GET /api/validate?email=person@example.com
The free website demo accepts any domain, including personal and disposable addresses, and returns the actual result.
Response
{
"status": "valid",
"reason": "recipient_accepted"
}