Email Verification API

Verify whether an email address is safe to send to. Returns a reachability status (isReachable) and a confidence level for the result.

Endpoint: https://api.enrichmentapi.io/verify_email

API Parameters

🔑

Authentication

  • api_key Required
    Your API key from the dashboard.
📧

Query Parameters

  • email Required
    The email address to verify.

API Examples

Code to Integrate
curl -G "https://api.enrichmentapi.io/verify_email" \
  --data-urlencode "api_key=APIKEY" \
  --data-urlencode "email=john@example.com"