Skip to content

A free email verification api that tell if the emailid is disposable and if the emailId provider is genuine public email provider like gmail, yahoo etc

License

Notifications You must be signed in to change notification settings

technikhil314/verify-email

Repository files navigation

Open source public api for email verification

license

stargazers number of forks Follow technikhil314 on twitter

👏 & ❤️ to auto badger for making badging simple

An open rest api to verify an emaiid

Email verification generally constitutes of three parts and api should tell if the emailid is provided by any

  1. disposable email service like mailinator.com etc
  2. public email service like gmail.com,yahoo.co.in,outlook.com etc
  3. private organization like microsoft.com,google.com

How to use this api

Call the api with emailid

curl https://verifyemail.vercel.app/api/nikhil.001mehta@outlook.com

Sample response

{
  "disposable": false,
  "public": true,
  "private": false
}

LICENSE

MIT

About

A free email verification api that tell if the emailid is disposable and if the emailId provider is genuine public email provider like gmail, yahoo etc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published