Reputation: Premium service which returns a reputation informaiton of a phone number via API.
GET
/api/2015-11-01/Reputation/{phoneNumber}
Reputation
Try with api_key 'demo' and phone numbers 18008472911, 13157244022, 17275567300, 18008276655, and 12061231234 (last one not spam)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.callcontrol.com/api/2015-11-01/Reputation/'
Response Response Example
200 - Example 1
{
"CallType": "string",
"Confidence": 0,
"IsSpam": true,
"LastComplaintDate": "2019-08-24T14:15:22Z",
"ReportedCallerName": "string",
"Tags": [
"string"
]
}
Request
Path Params
phoneNumber
string
required