Bunq User Person Item API

The Bunq User Person Item API is a tool designed to allow users to interact with and manage their personal financial data within the Bunq platform. This API enables users to access and retrieve information about their accounts, transactions, and other financial activities, as well as perform various actions such as making payments, transferring funds, and managing standing orders.

OpenAPI Specification

bunq-user-person-itemid--openapi-original.yml Raw ↑
openapi: 3.0.0
info:
  title: 'Bunq user-person/{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: []