Openbanking
Connector for the openbanking API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_atms— GET /atms — Gets a list of allATMobjects.get_branches— GET /branches — Gets a list of allBranchobjects.get_business_current_accounts— GET /business-current-accounts — Gets a list of allBranch Current Accountobjects.get_commercial_credit_cards— GET /commercial-credit-cards — Gets a list of allCommerical Credit Cardobjects.get_personal_current_accounts— GET /personal-current-accounts — Gets a list of allPersonal Current Accountobjects.get_unsecured_sme_loans— GET /unsecured-sme-loans — Gets a list of allUnsercured SME Lendingobjects.
Inputs
apiKey— your openbanking 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_atms
apiKey: <your key>