Phone Verification API

Verify phone numbers to obtain verification status, carrier information, and network details.

Getting Started

The Phone Verification API allows you to verify phone numbers, check their live status, and retrieve detailed network information including carrier details and country identification.

All API requests should be made to:

https://api.findableplus.com
1

Format Your Phone Number

Phone numbers can be provided in E.164 format (e.g., +441619242800) or UK national format (e.g., 01619242800).

2

Make the API Call

Send a POST request to /phone/verify/v1 with the phone number in the request body and your authentication token in the header.

3

Receive Verification Details

Get comprehensive information including the detected country, number type (e.g., MOBILE), current network carrier details, and live status of the phone number.

4

Process Network Information

Use the returned network information to validate numbers, identify carrier networks, verify country codes, and check the operational status of phone numbers.

Network Information Included

The response includes detailed network information such as carrier name (e.g., "Vodafone UK"), ISO3 country code, and country prefix. This data helps you understand the phone number's origin and current service provider.

For detailed implementation examples, request parameters, and response formats, see the interactive API reference below.