Phone Number
You can use the Phone module by defining the phoneNumber that you want to check to your request.
Endpoints
Method | URL |
POST |
|
Headers
Header | Value |
|
|
|
|
Request
Field | Type | Description |
phoneNumber
|
| Phone number with national code (e.g. 6281234567890) |
phoneReportStartDate |
| Get user reports history from date |
phoneReportEndDate |
| Get user reports history to date |
If the phone number starts with 0 (not a national code), the system will automatically specify the number as the phone number from the Indonesia region.
Response
Field | Type | Description |
fullName |
| Phone number full name |
phoneNumber |
| Phone number |
providerName |
| Provider name |
providerType |
| Provider type (e.g. Simpati) |
countryName |
| Country name |
countryCode |
| Country code |
nationalNumber |
| National number |
regionName |
| Region name |
isPossibleNumber |
| Return true when it's a possible number (e.g. it has the right number of digits |
isValidNumber |
| Return true when it's a valid number (e.g. it's in an assigned exchange) |
isTrustedProvider |
| Return true when the provider is trusted |
reportCount |
| The number of fraud reports related to the phone numbers |
reportScore |
| Accumulated total report score |
isWhitelist |
| Phone number whitelist status |
isBlacklist |
| Phone number blacklist status |
score |
| Total accumulated credibility score of the phone number |
Last updated