Ibanapi
Connector for the ibanapi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.ibanapi.com/v1 - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
getbalance— GET /balance — Get Account Balancevalidateiban— GET /validate — Validate IBANvalidateibanbasic— GET /validate-basic — Validate IBAN Basic
Inputs
apiKey— your ibanapi 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: getbalance
apiKey: <your key>