action clicksend_search_dedicated_numbers_by_country { label: "Search Dedicated Numbers by Country" description: "" provider: clicksend method: GET path: "/numbers/search/{country}?{search}=1&{search_type}=2" encoding: json input: { type: "object" properties: { country: { type: "string" } search: { type: "string" } search_type: { type: "number" } } required: ["country", "search", "search_type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }