Back to catalog
📧

Emailvalidation

API Key

E-Mail address validation

📧EmailHTTPSCORS enabled

Email Check

EmailValidation

EmailHello@example.com
Is ValidTrue
Is FreeFalse
Is DisposableFalse
Mx FoundTrue

Sample Response

response.json
1{
2 "email": "hello@example.com",
3 "isValid": "true",
4 "isFree": "false",
5 "isDisposable": "false",
6 "mxFound": "true"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://emailvalidation.io/email-validation-api/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs