From 6f5af6699d7038656d42b2235383150eccd816c0 Mon Sep 17 00:00:00 2001 From: Sergei Akulich Date: Mon, 27 Mar 2017 11:19:50 -0700 Subject: [PATCH 1/4] 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 040dcec0..bc553023 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 From 81c1cb460662af6d09d6a8bc01fb35312d7abe95 Mon Sep 17 00:00:00 2001 From: Sergei Akulich Date: Mon, 27 Mar 2017 11:23:48 -0700 Subject: [PATCH 2/4] update auth to apiKey --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc553023..4e524db6 100644 --- a/README.md +++ b/README.md @@ -187,16 +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/) | +| Whitepages Pro| Phone number validation, line_type, carrier append | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-intelligence-api/) | +| Whitepages Pro| Get normalized physical address, residents, address type, and validity. | `apiKey` | 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/) | +| Whitepages Pro | Global identity verification with phone, address, email, and IP | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/identity-check-api/) | +| Whitepages Pro | Phone reputation to detect spammy phones | `apiKey` | 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 | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-phone-api/) | ### Environment From 3cfaeaa5007ef31d3238e8b6695c59f0c2691b76 Mon Sep 17 00:00:00 2001 From: Sergei Akulich Date: Tue, 28 Mar 2017 14:53:01 -0700 Subject: [PATCH 3/4] fix format, consolidate Whitepages APIs and move whitepages API into standalone fraud prevention section --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4e524db6..946aadbc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ For information on contributing to this project, please see the [contributing gu * [Data Validation](#data-validation) * [Environment](#environment) * [Food and Drink](#food-and-drink) +* [Fraud Prevention](#fraud-prevention) * [Games & Comics](#games--comics) * [Geocoding](#geocoding) * [Health](#health) @@ -187,16 +188,6 @@ 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 | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-intelligence-api/) | -| Whitepages Pro| Get normalized physical address, residents, address type, and validity. | `apiKey` | 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 | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/identity-check-api/) | -| Whitepages Pro | Phone reputation to detect spammy phones | `apiKey` | 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 | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-phone-api/) | ### Environment @@ -217,6 +208,16 @@ For information on contributing to this project, please see the [contributing gu | Recipe Puppy | Food | No | No | [Go!](http://www.recipepuppy.com/about/api/) | | Yummly | Find food recipes | No | Yes | [Go!](https://developer.yummly.com/) | +### Fraud Prevention + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| Whitepages Pro | Global identity verification with phone, address, email, and IP | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/identity-check-api/) | +| Whitepages Pro | Phone reputation to detect spammy phones | `apiKey` | 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 | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-phone-api/) | +| Whitepages Pro| Phone number validation, line_type, carrier append | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-intelligence-api/) | +| Whitepages Pro| Get normalized physical address, residents, address type, and validity. | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-address-api/) | + ### Games & Comics | API | Description | Auth | HTTPS | Link | From dd3869ad10ff0d5e020eda517a5275865086d80e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Wed, 29 Mar 2017 18:48:02 -0400 Subject: [PATCH 4/4] Fix section header formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 370a1b82..99fcca9c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For information on contributing to this project, please see the [contributing gu * [Development](#development) * [Documents & Productivity](#documents--productivity) * [Environment](#environment) -* [Food and Drink](#food-and-drink) +* [Food & Drink](#food--drink) * [Fraud Prevention](#fraud-prevention) * [Games & Comics](#games--comics) * [Geocoding](#geocoding)