Verify Emails—Even Behind Catch-Alls

Instantly verify any email address. Just enter the address, and our algorithm will check its validity across multiple sources—even detecting reachability on catch-all servers.

cURL 'https://api.enrich.so/v1/api/verify-email?email=<username@domain.com>' 
--header 'Authorization: Bearer <token>' 
--header 'Content-Type: application/json'
{
    "email": "userrname@domain.com",
    "status": "success",
    "result": "deliverable",
    "confidenceScore": 99,
    "smtpProvider": "Google",
    "mailDisposable": false,
    "mailAcceptAll": false,
    "free": false,
    "total_credits": 25000,
    "credits_used": 229,
    "credits_remaining": 24771
}

Last updated