Openfintech
Connector for the openfintech API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.openfintech.io/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_banks— GET /banks — List of banksget_banks_id— GET /banks/{id} — Bank by IDget_countries— GET /countries — List of countriesget_countries_id— GET /countries/{id} — Country by IDget_currencies— GET /currencies — List of currenciesget_currencies_id— GET /currencies/{id} — Currency by ID
Inputs
apiKey— your openfintech API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_banks
apiKey: <your key>