Featured API Endpoints

This page shows featured APIs collections and frequently used endpoints.

Delete more info of other bank account

DELETE /obp/v6.0.0/banks/BANK_ID/accounts/ACCOUNT_ID/VIEW_ID/other_accounts/OTHER_ACCOUNT_ID/metadata/more_info

Get all Users

Get all users

GET /obp/v6.0.0/users

Get Consumers

Get the all Consumers.

GET /obp/v6.0.0/management/consumers

Get User (Current)

Get the logged in user

GET /obp/v6.0.0/users/current

Get Roles

Returns all available roles

GET /obp/v6.0.0/roles

Get Well Known URIs

Get the OAuth2 server's public Well Known URIs.

GET /obp/v6.0.0/well-known

Get all Entitlements

Login is required.

Possible filter on the role field:

eg: /entitlements?role=CanGetCustomersAtOneBank

GET /obp/v6.0.0/entitlements

Get Personal Data Fields

for the currently authenticated user.

Returns Personal Data Fields (IsPersonal=true) that are managed by the user.

GET /obp/v6.0.0/my/personal-data-fields

Get Database Migrations

Get all database migration script logs.

This endpoint returns information about all migration scripts that have been executed or attempted.

GET /obp/v6.0.0/system/migrations

Get Group Entitlements

Get all entitlements that have been granted from a specific group.

This returns all entitlements where the group_id matches the specified GROUP_ID.

GET /obp/v6.0.0/management/groups/GROUP_ID/entitlements

Get Bank

Get the bank specified by BANK_ID Returns information about a single bank specified by BANK_ID including:

- bank_id: The unique identifier of this bank - Short and full name of bank - Logo URL - Website

GET /obp/v6.0.0/banks/BANK_ID
BankAccount Information Service (AIS)PSD2

Get Featured Api Collections (Admin)

Get all featured API collections with their sort order (admin view).

This endpoint returns the featured collections stored in the database with their sort order. It is intended for administrators to manage the featured list.

GET /obp/v6.0.0/management/api-collections/featured

Create Transaction Request (ACCOUNT)

When using ACCOUNT, the payee is set in the request body.

Money goes into the BANK_ID and ACCOUNT_ID specified in the request body.

POST /obp/v6.0.0/banks/BANK_ID/accounts/ACCOUNT_ID/VIEW_ID/transaction-request-types/ACCOUNT/transaction-requests
Transaction-RequestPayment Initiation Service (PIS)PSD2

Create Transaction Request (CARDANO)

For sandbox mode, it will use the Cardano Preprod Network. The accountId can be the wallet_id for now, as it uses cardano-wallet in the backend.

POST /obp/v6.0.0/banks/BANK_ID/accounts/ACCOUNT_ID/owner/transaction-request-types/CARDANO/transaction-requests
Transaction-RequestPayment Initiation Service (PIS)PSD2

Get All Level Log Cache

Returns logs of all levels from the system log cache.

GET /obp/v6.0.0/system/log-cache/all

Get System Dynamic Entities

Get all System Dynamic Entities with record counts.

Each dynamic entity in the response includes a record_count field showing how many data records exist for that entity.

This v6.0.0 endpoint returns snake_case field names and an explicit entity_name field.

GET /obp/v6.0.0/management/system-dynamic-entities

Get WebUiProps

- properties that configure the Web UI behavior and appearance.

Properties with names starting with "webui_" can be stored in the database and managed via API.

Data Sources:

1. Explicit WebUiProps (Database): Custom values created/updated via the API and stored in the database.

2. Implicit WebUiProps (Configuration File): Default values defined in the sample.props.template configuration file.

GET /obp/v6.0.0/management/webui_props

Get Metrics

Get API metrics rows. These are records of each REST API call.

require CanReadMetrics role

NOTE: Automatic from_date Default

If you do not provide a from_date parameter, this endpoint will automatically set it to: now - 9 minutes ago

This prevents accidentally querying all metrics since Unix Epoch and ensures reasonable response times. For historical/reporting queries, always explicitly specify your desired from_date.

GET /obp/v6.0.0/management/metrics

Showing 19 featured endpoints