Postman collections

This page contains a Postman collection which helps you to get started quickly. Follow the steps and get set up with an end-to-end consent flow.


Postman EnvironmentCopied!

Download the Postman environment (JSON) from the following link:

Download Postman environment

This will open a JSON in a new browser tab. Save or copy this locally and import it into Postman

In Postman, import the collection and the environment gets loaded automatically under the name 'oob-cls-environment'. In order to operate this environment, the Variable 'auth.apiKey' should be replaced by the API key you have obtained for the sandbox environment.

Postman collection - AuthorisationCopied!

This Postman collection shows the process of request signign to obtain a valid JWT. It contains the javascript snippets you can follow to implement request signing for access to the different environments.

⬇ Download Postman collection 1

This will open a JSON in a new browser tab. Save or copy this locally and import it into Postman

Note that in order to operate this Collection, you need to replace the 'auth.requestSigningPrivateKey' environment variable in your Postman evironment with the actual private key.

The next Postman collection to import contains a sequence of API calls that follows a full AIS consent flow. It contains the calls to retrieve the list of providers, create a consent and retrieve the account information and transactions.

⬇ Download Postman collection 2

This will open a JSON in a new browser tab. Save or copy this locally and import it into Postman