Using bunqJSClient with bunq.com

TypeScript integration

Install
npm install bunqJSClient
Quick start
import BunqJSClient from 'bunqJSClient';

const client = new BunqJSClient({ apiKey: "YOUR_API_KEY" });
Get a collection of all available users.
curl \
  https://public-api.sandbox.bunq.com/v1/user
Get a collection of Devices. A Device is either a DevicePhone or a DeviceServer.
curl \
  https://public-api.sandbox.bunq.com/v1/device
You must have an active session to make this call. This call returns the Id o…
curl \
  https://public-api.sandbox.bunq.com/v1/installation
SDK on GitHub 📄 API Docs
SDK
bunqJSClient
TypeScript
API
bunq.com
bunq.com
At a glance
Language TypeScript
Endpoints421
Base URLhttps://public-api.sandbox.bunq.com/v1