From 6f5af6699d7038656d42b2235383150eccd816c0 Mon Sep 17 00:00:00 2001 From: Sergei Akulich Date: Mon, 27 Mar 2017 11:19:50 -0700 Subject: [PATCH] Add whitepages pro APIs add phone and address validation add phone reputation to detect spammy numbers. add fraud prevention api section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 040dcec..bc55302 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,16 @@ For information on contributing to this project, please see the [contributing gu | mailboxlayer | Email address validation | No | Yes | [Go!](https://mailboxlayer.com) | | numverify | Phone number validation | No | Yes | [Go!](https://numverify.com) | | vatlayer | VAT number validation | No | Yes | [Go!](https://vatlayer.com) | +| Whitepages Pro| Phone number validation, line_type, carrier append | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-intelligence-api/) | +| Whitepages Pro| Get normalized physical address, residents, address type, and validity. | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-address-api/) | + +### Fraud Prevention + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| Whitepages Pro | Global identity verification with phone, address, email, and IP | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/identity-check-api/) | +| Whitepages Pro | Phone reputation to detect spammy phones | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-reputation-api/) | +| Whitepages Pro | Get an owner’s name, address, demographics based on the phone number | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-phone-api/) | ### Environment