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