Featured API Endpoints
This page shows featured APIs collections and frequently used endpoints.
BGv1.3-getTransactionDetails
BGv1.3-initiatePayments
BGv1.3-updatePaymentPsuDataTransactionAuthorisation
OBPv1.2.1-privateAccountsAllBanks
Get Entitlement Requests for the current User
.
/obp/v6.0.0/my/entitlement-requestsGet Entitlements for the current User
.
/obp/v6.0.0/my/entitlementsUPDATE ATM
Update ATM.
/obp/v6.0.0/banks/BANK_ID/atms/ATM_IDGet User (Current)
Get the logged in user
/obp/v6.0.0/users/currentGet My Api Collections
Get all the apiCollections for logged in user.
/obp/v6.0.0/my/api-collectionsGet Well Known URIs
Get the OAuth2 server's public Well Known URIs.
/obp/v6.0.0/well-knownGet Suggested Session Timeout
Returns information about:
* Suggested session timeout in case of a user inactivity
/obp/v6.0.0/ui/suggested-session-timeoutGet User by USERNAME
Get user by PROVIDER and USERNAME
Get a User by their authentication provider and username.
/obp/v6.0.0/users/provider/PROVIDER/username/USERNAMEGet Correlated Entities for the current User
Correlated Entities are users and customers linked to the currently authenticated user via User-Customer-Links
/obp/v6.0.0/my/correlated-entitiesGet API Info (root)
Returns information about:
API version Hosted by information Hosted at information Energy source information * Git Commit
/obp/v6.0.0/rootGet Public Accounts at Bank
Returns a list of the public accounts (Anonymous access) at BANK_ID. For each account the API returns the ID and the available views.
/obp/v6.0.0/banks/BANK_ID/accounts/publicGet Banks
Get banks on this API instance Returns a list of banks supported on this server:
- bank_id used as parameter in URLs - Short and full name of bank - Logo URL - Website
/obp/v6.0.0/banksGet Banks
Get banks on this API instance Returns a list of banks supported on this server:
- bank_id used as parameter in URLs - Short and full name of bank - Logo URL - Website
/obp/v6.0.0/banksGet Public Accounts at all Banks
Get public accounts at all banks (Anonymous access). Returns accounts that contain at least one public view (a view where is_public is true) For each account the API returns the ID and the available views.
/obp/v6.0.0/accounts/publicGet OIDC Client
Gets an OIDC/OAuth2 client's metadata by client_id.
Returns client information including name, consumer_id, redirect_uris, and enabled status. This endpoint does not verify the client secret - use POST /oidc/clients/verify for authentication.
/obp/v6.0.0/oidc/clients/CLIENT_IDShowing 19 featured endpoints