Using openbanking-basiq-sdk with openbanking.org.uk

TypeScript integration

Install
npm install openbanking-basiq-sdk
Quick start
import Openbanking_basiq_sdk from 'openbanking-basiq-sdk';

const client = new Openbanking_basiq_sdk({ apiKey: "YOUR_API_KEY" });
Gets a list of all `ATM` objects.
curl \
  https://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3/atms
Gets a list of all `Branch` objects.
curl \
  https://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3/branches
Gets a list of all `Unsercured SME Lending` objects.
curl \
  https://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3/unsecured-sme-loans
SDK on GitHub 📄 API Docs
SDK
openbanking-basiq-sdk
TypeScript
API
openbanking.org.uk
openbanking.org.uk
At a glance
Language TypeScript
Endpoints6
Base URLhttps://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3