In this article, we will show how you can use a service account created from the Developer Portal to get an authorization token and call the APIs.
Prerequisite
1. Sample Postman collection for Banqup APIs: https://www.getpostman.com/collections/518f867bb14d6fe82166
2. A service account created in Developer Portal (TEST environment) with Banqup APIs scopes included
Steps
1. Import the sample Postman collection
2. Call API to get access token:
client_id: ID of your service account in the Developer Portal
client_secret: Secret of your service account in the Developer Portal
grant_type: client_credentials
3. Once successful, you will see an authorization token returned from the server. Copy the access_token to use for BanqUP APIs v4.
4. Go to Banqup APIs Swagger (https://v4-api.test.platform.eu.banqup.com/) and use the access token in the previous step to authorize.
5. Now you can retrieve, update, and delete all data of the enterprises granted.