Introduction

Phone Validate v2 is a web service that allows you to validate phone numbers and obtain additional information related to those numbers.

This web service can be accessed in real-time by submitting a request to the web service endpoint. The service will return a response in JSON format that contains information about the validated phone number.

Phone Validate v2 is a RESTful API service. REST is a style of software architecture that provides a convenient and consistent approach to requesting and retrieving data.

Phone Validate v2 returns data in JSON format. JSON is a common Internet format that provides a simple method of representing arbitrary data structures. According to json.org, it is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others.

Phone Validate v2

Overview