bunq.com

*UPDATE: We have released a beta version of the new bunq API documentation. NOTICE: We have updated the sandbox base url to https://public-api.sandbox.bunq.com/v1/. Please update your applications accordingly. Check here: <https://github.com/bunq/sdk_ph

421 endpoints financial
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

sdk_python ✓ Official
pip install sdk_python
npm install bunq-sdk
npm install bunqJSClient
go get github.com/arner/bunqr
sdk_java ✓ Official
# Maven: see https://github.com/bunq/sdk_java
sdk_csharp ✓ Official
dotnet add package sdk_csharp
dotnet add package bunqsdk
sdk_php ✓ Official
composer require sdk_php
composer require bunq_oauth_php
# Maven: see https://github.com/flock-community/bunq-example
curl examples
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
Endpoints (421 total)
GET
/user
Get a collection of all available users.
GET
/device
Get a collection of Devices. A Device is either a DevicePhone or a DeviceServer.
GET
/installation
You must have an active session to make this call. This call returns the Id o…
GET
/device-server
Get a collection of all the DeviceServers you have created.
GET
/user/{itemId}
Get a specific user.
GET
/avatar/{itemId}
Avatars are public images used to represent you or your company. Avatars are …
GET
/device/{itemId}
Get a single Device. A Device is either a DevicePhone or a DeviceServer.
GET
/user/{userID}/card
Return all the cards available to the user.
GET
/user/{userID}/event
Get a collection of events for a given user. You can add query the parameters…
GET
/user/{userID}/limit
Get all limits for the authenticated user.
GET
/user-person/{itemId}
Get a specific person.
GET
/user/{userID}/reward
Used to view Rewards.
Related APIs in same category
ato.gov.aubillingo.hubrex.iocodat.iocodat.io
At a glance
Total SDKs10
Languages7
Endpoints421
Categories1
https://public-api.sandbox.bunq.com/v1