Using nbg.monetarypolicy.sdk with nbg.gr

C# integration

Install
dotnet add package nbg.monetarypolicy.sdk
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.monetarypolicy.sdk
C#
API
nbg.gr
nbg.gr
At a glance
Language C#
Endpoints21
Base URLhttps://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5