Bunq Session Server API

The Bunq Session Server API is a powerful tool that allows developers to easily manage user sessions within the Bunq platform. By utilizing this API, developers can create and manage user sessions, including logins, access tokens, and session cookies. This makes it easier for users to securely access their accounts and perform transactions within the Bunq app. The Session Server API also provides tools for managing session expiration, refreshing access tokens, and monitoring user activity.

OpenAPI Specification

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