From 62319ee13fa43a0e6d7a5adcef2f8a95913e7cf9 Mon Sep 17 00:00:00 2001 From: caconnell Date: Wed, 27 Oct 2021 08:44:00 -0500 Subject: [PATCH] Add Verifier (#2617) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6af9f1..4ee518b 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ API | Description | Auth | HTTPS | CORS | | [US Extract](https://smartystreets.com/products/apis/us-extract-api) | Extract postal addresses from any text including emails | `apiKey` | Yes | Yes | | [US Street Address](https://smartystreets.com/docs/cloud/us-street-api) | Validate and append data for any US postal address | `apiKey` | Yes | Yes | | [vatlayer](https://vatlayer.com/documentation) | VAT number validation | No | Yes | Unknown | +| [Verifier](https://verifier.meetchopra.com/docs#/) | Verifies that a given email is real | `apiKey` | Yes | Yes | | [Veriphone](https://veriphone.io) | Phone number validation & carrier lookup | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)**