Coder Social home page Coder Social logo

About

Bulk Email Verification Tool at https://mailveri.com.

Free API

This API can be used to verify whether an email is valid when a user signs up for an account on a website.

This API involves two steps: first, you need to send a POST request, and then you use the token received in the response to retrieve the result by making a GET request.

Here is the API documentation with a self-explanatory cURL example:

POST

curl -X POST https://free.mailveri.com --data-urlencode "mail=<verifyingEmail>"

Success response with HTTP status code 200 with JSON body:

Field Type Description
token string Unique token to be used in the next step
wait integer Wait time in milliseconds before making the next request

Error response with HTTP status codes 4xx with JSON body:

Field Type Description
error string Error details
wait integer Wait time in milliseconds before making the next request

GET

curl -X GET https://free.mailveri.com/?mail=<verifyingEmail>&token=<tokenReturnedFromPOST>

Success response with HTTP status code 200 with JSON body:

Field Type Description
status string GOOD: The email is good to send emails
BAD: The email is bad; do not send to it
UGLY (aka. UNKNOWN): No result available yet, result expired, or domain not supported
info string (Optional) Additional information

Error response with HTTP status codes 4xx with empty body.

MailVeri's Projects

mailveri icon mailveri

Bulk Email Verification Tool at https://mailveri.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.