Using nbg-python-sdk with nbg.gr

Python integration

Install
pip install nbg-python-sdk
Quick start
import nbg-python-sdk

# Use an OAuth2 access token
client = nbg_python_sdk.Client(access_token="YOUR_ACCESS_TOKEN")
Get Party
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/party
Get Accounts
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/accounts
Export Sandbox
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/sandbox/{sandboxId}
SDK on GitHub 📄 API Docs
SDK
nbg-python-sdk
Python
API
nbg.gr
nbg.gr
At a glance
Language Python
Endpoints21
Base URLhttps://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5