Call Control API
  1. Complaints
Call Control API
  • Complaints
    • Complaints: Free service (with registration), providing community and government complaint lookup by phone number for up to 2,000 queries per month. Details include number complaint rates from (FTC, FCC, IRS, Indiana Attorney General) and key entity tag
      GET
  • EnterpriseApi
    • Enterprise GET: GetUser Returns the current information from the user; try 12066194123 as demo
      GET
    • Enterprise GET: ShouldBlock Simple Enteprise which returns a call block proceed decision.
      GET
    • UpsertUser: insert or update all properties from a user PhoneNumber WhiteList (list of phone numbers to whitelist) BlackList (list of phone numbers to blacklist) QuietHourList (list of quiet hour objects) UseCommunityBlacklist (enable / disable commu
      POST
  • Reputation
    • Report: report spam calls received to better tune our algorithms based upon spam calls you receive
      POST
    • Reputation: Premium service which returns a reputation informaiton of a phone number via API.
      GET
  1. Complaints

Complaints: Free service (with registration), providing community and government complaint lookup by phone number for up to 2,000 queries per month. Details include number complaint rates from (FTC, FCC, IRS, Indiana Attorney General) and key entity tag

GET
/api/2015-11-01/Complaints/{phoneNumber}
Complaints
This is the main funciton to get data out of the call control reporting system

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/Complaints/'
Response Response Example
{
    "ComplaintsByEntity": {
        "property1": 0,
        "property2": 0
    },
    "LastComplaintDate": "2019-08-24T14:15:22Z",
    "ReportedCallerName": "string",
    "Tags": [
        "string"
    ],
    "TotalNumberOfComplaints": 0
}

Request

Path Params
phoneNumber
string 
required
phone number to search

Responses

🟢200OK
application/json
Body
Free service (with registration) which serves Government Do Not Call data via API Search via phone number returns available data, reported name, total complaints
ComplaintsByEntity
object 
optional
Additional properties
integer <int32>
optional
LastComplaintDate
string <date-time>
optional
ReportedCallerName
string 
optional
Reported Caller Name
>= 0 characters<= 255 characters
Tags
array[string]
optional
TotalNumberOfComplaints
integer <int32>
optional
Next
Enterprise GET: GetUser Returns the current information from the user; try 12066194123 as demo
Built with