Bunq User Item API

Bunq User Item API is a tool that allows users to access and manage items within their Bunq account. With this API, users can view, create, update, and delete various items such as transactions, payments, and account information. The API provides a user-friendly interface that makes it easy for individuals to interact with their account data and make any necessary adjustments.

OpenAPI Specification

bunq-user-itemid--openapi-original.yml Raw ↑
openapi: 3.0.0
info:
  title: 'Bunq user/{itemId}/'
  description: Needs description.
  termsOfService: http://bunq.com/terms-api/
  contact:
    name: bunq Developer Support
    url: http://bunq.com/developer
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
  version: '1.0'
servers:
  - url: https://public-api.sandbox.bunq.com/{basePath}
    description: Sandbox server
    variables:
      basePath:
        default: v1
  - url: https://api.bunq.com/{basePath}
    description: Production server
    variables:
      basePath:
        default: v1
components:
  schemas: {}
paths: {}
tags: []