Skip to content

BANKS/Connect Auth API

At BANKSapi, protecting personal data is our highest priority. Encryption and the use of security tokens throughout the entire process are central components of our security concept.

The BANKSapi Auth API provides functions for managing Users. Using the OAuth2 protocol, you can create tokens to authorize only the functions required for your use case. The API also includes a ONE/Connect token endpoint that uses API key authentication for single user scenarios.

This API is required to access all BANKSapi APIs.

INFO

The entry point for the BANKSapi Auth API is https://banksapi.io/auth.

The API is divided into management (https://banksapi.io/auth/mgmt/v1) and OAuth2 (https://banksapi.io/auth/oauth2).

API Reference