action ipqualityscore_phone_validation { label: "Phone Validation" description: "Phone Validation" provider: ipqualityscore method: GET path: "/json/phone/{YOUR_API_KEY_HERE}/{USER_PHONE_HERE}" encoding: json input: { type: "object" properties: { country: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { VOIP: { type: "boolean" } active: { type: "boolean" } active_status: { type: "string" } associated_email_addresses: { type: "object" properties: { emails: { type: "array" items: { type: "string" } } status: { type: "string" } } } carrier: { type: "string" } city: { type: "string" } country: { type: "string" } dialing_code: { type: "number" } do_not_call: { type: "boolean" } formatted: { type: "string" } fraud_score: { type: "number" } leaked: { type: "boolean" } line_type: { type: "string" } local_format: { type: "string" } mcc: { type: "string" } message: { type: "string" } mnc: { type: "string" } name: { type: "string" } prepaid: { type: "string" } recent_abuse: { type: "boolean" } region: { type: "string" } request_id: { type: "string" } risky: { type: "boolean" } sms_domain: { type: "string" } sms_email: { type: "string" } spammer: { type: "boolean" } success: { type: "boolean" } timezone: { type: "string" } user_activity: { type: "string" } valid: { type: "boolean" } zip_code: { type: "string" } } } }