action openfintech_get_banks_id { label: "Bank by ID" description: "Returns bank with specific ID.\n" provider: openfintech method: GET path: "/banks/{id}" encoding: json output: { type: "object" additionalProperties: true } }