action openfintech_get_countries_id { label: "Country by ID" description: "Returns country with specific ID.\n" provider: openfintech method: GET path: "/countries/{id}" encoding: json output: { type: "object" additionalProperties: true } }