Phone Intelligence
Phone Intelligence Verification endpoint enables businesses to verify the accuracy of phone numbers and associated data of their customers
Phone Intelligence Verification endpoint helps businesses to reduce fraud, protect sensitive information, and ensure customer privacy. It is an important tool for businesses that deal with customer information, such as financial institutions, e-commerce platforms, and healthcare providers.
NOTE
Phone Intelligence data insights retrieved includes:
i) Phone Number Telco service provider details.
ii) The social media where the phone number is currently used or connected
iii) Name of the Phone Number User
iv) WhatsApp information about the phone number, including Whatsapp profile image
TEST DATA
number: 2348069475587
POST
{{url}}/identityradar/api/v1/phone-intelligence
Request Header
Key | Description |
---|---|
api-key | Your Secret Key |
Request Body
Key | Description |
---|---|
number | Phone Number |
Sample Response
{
"success": true,
"status": "00",
"response": {
"data": {
"whatsapp": {
"registration": null,
"profile_photo": "https://pps.whatsapp.net/v/t61.24694-24/315806709_705926471161680_2675930888935008257_n.jpg?ccb=11-4&oh=01_AdTXNb1TsmLIOSl-1b_GF8F_DK5RHeKvSRVbj-VMAAj2Ng&oe=642B4454",
"user_id": "2348069475587",
"user_name": null,
"profile_type": "personal"
},
"basic": {
"valid": true,
"status": "active",
"number": "2348069475587",
"local_format": "0806 947 5587",
"international_format": "+234 806 947 5587",
"dial_code": "+234",
"country_code": "NG",
"country_name": "Nigeria",
"carrier": "MTN",
"line_type": "mobile",
"timezone": [
"Africa/Lagos"
]
}
}
}
}
Response Description
Response | Description |
---|---|
success | Indicates whether the request was successful ("true") or not ("false"). |
status | A status code that represents the result of the request. |
response | Contains an array of information about the phone number |
data | Contains the data related to the response. |
Contains information about the WhatsApp user. | |
registration | The registration status of the WhatsApp user. |
profile_photo | The URL to the profile photo of the WhatsApp user. |
user_id | The user ID associated with the WhatsApp user. |
user_name | The name of the WhatsApp user. |
profile_type | The profile type of the WhatsApp user. |
basic | Contains basic information about the user's phone number. |
valid | Indicates whether the phone number is valid ("true") or not ("false"). |
status | The status of the phone number. |
number | The phone number in numeric format. |
local_format | The phone number in local format. |
international_format | The phone number in international format. |
dial_code | The dial code associated with the country. |
country_code | The country code associated with the phone number. |
country_name | The name of the country associated with the phone number. |
carrier | The carrier or network provider associated with the phone number. |
line_type | The line type of the phone number. |
timezone | An array containing the timezone(s) associated with the country. |
Updated over 1 year ago