action callcontrol_reputation_reputation { label: "Reputation: \nPremium service which returns a reputation informaiton of a phone number via API." description: "This returns information required to perform basic call blocking behaviors
\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/Reputation/{phoneNumber}" encoding: json input: { type: "object" properties: { phoneNumber: { type: "string" } } required: ["phoneNumber"] additionalProperties: false } output: { type: "object" additionalProperties: true } }