action callcontrol_complaints_complaints { label: "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 extractions from complaints." description: "This is the main funciton to get data out of the call control reporting system
\n Try with api_key 'demo' and phone numbers 18008472911, 13157244022, 17275567300, 18008276655, and 12061231234 (last one not spam)" provider: callcontrol method: GET path: "/api/2015-11-01/Complaints/{phoneNumber}" encoding: json input: { type: "object" properties: { phoneNumber: { type: "string" } } required: ["phoneNumber"] additionalProperties: false } output: { type: "object" additionalProperties: true } }