action openfintech_get_banks { label: "List of banks" description: "Returns list of banks. Each object contains general information about bank such as name and status, also information about bank details and related link to main organization.\n" provider: openfintech method: GET path: "/banks" encoding: json input: { type: "object" properties: { "filter[sort_code]": { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }