action callcontrol_enterprise_api_should_block { label: "Enterprise GET: ShouldBlock \nSimple Enteprise which returns a call block proceed decision." 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/Enterprise/ShouldBlock/{phoneNumber}/{userPhoneNumber}" encoding: json input: { type: "object" properties: { phoneNumber: { type: "string" } userPhoneNumber: { type: "string" } } required: ["phoneNumber", "userPhoneNumber"] additionalProperties: false } output: { type: "object" additionalProperties: true } }