action mashape_get_region_using_get { label: "Get region details" description: "Get the details of a specific country region, including number of cities." provider: mashape method: GET path: "/geo/countries/{countryId}/regions/{regionCode}" encoding: json output: { type: "object" additionalProperties: true } }