Skip to content

tawoe/obp-python

Repository files navigation

obp-python

An Open Source API for Banks. (c) TESOBE GmbH. 2011 - 2023. Licensed under the AGPL and commercial licences.

This Python package is automatically generated by the Swagger Codegen project:

  • API version: v5.0.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit https://openbankproject.com

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import obp_python 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import obp_python

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import obp_python
from obp_python.rest import ApiException
from pprint import pprint

# Configure API key authorization: directLogin
configuration = obp_python.Configuration()
configuration.api_key['Authorization'] = 'DirectLogin token=YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Configure API key authorization: gatewayLogin
configuration = obp_python.Configuration()
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'

# create an instance of the API class
api_instance = obp_python.APIApi(obp_python.ApiClient(configuration))
body = obp_python.EmptyClassJson() # EmptyClassJson | EmptyClassJson object that needs to be added.
api_version = 'api_version_example' # str | eg:v2.2.0, v3.0.0
bank_id = 'bank_id_example' # str | The bank id

try:
    # Get Bank Level Dynamic Resource Docs.
    api_response = api_instance.o_bpv1_4_0_get_bank_level_dynamic_resource_docs_obp(body, api_version, bank_id)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling APIApi->o_bpv1_4_0_get_bank_level_dynamic_resource_docs_obp: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://test.openbankproject.com

Class Method HTTP request Description
APIApi o_bpv1_4_0_get_bank_level_dynamic_resource_docs_obp GET /obp/v5.0.0/banks/{BANK_ID}/resource-docs/{API_VERSION}/obp Get Bank Level Dynamic Resource Docs.
APIApi o_bpv1_4_0_get_resource_docs_obp GET /obp/v5.0.0/resource-docs/{API_VERSION}/obp Get Resource Docs.
APIApi o_bpv1_4_0_get_resource_docs_swagger GET /obp/v5.0.0/resource-docs/{API_VERSION}/swagger Get Swagger documentation
APIApi o_bpv2_0_0_elastic_search_metrics GET /obp/v5.0.0/search/metrics Search API Metrics via Elasticsearch
APIApi o_bpv2_1_0_get_metrics GET /obp/v5.0.0/management/metrics Get Metrics
APIApi o_bpv2_2_0_get_connector_metrics GET /obp/v5.0.0/management/connector/metrics Get Connector Metrics
APIApi o_bpv2_2_0_get_message_docs GET /obp/v5.0.0/message-docs/CONNECTOR Get Message Docs
APIApi o_bpv3_0_0_get_adapter_info_for_bank GET /obp/v5.0.0/banks/{BANK_ID}/adapter Get Adapter Info for a bank
APIApi o_bpv3_1_0_config GET /obp/v5.0.0/config Get API Configuration
APIApi o_bpv3_1_0_create_method_routing POST /obp/v5.0.0/management/method_routings Create MethodRouting
APIApi o_bpv3_1_0_delete_method_routing DELETE /obp/v5.0.0/management/method_routings/{METHOD_ROUTING_ID} Delete MethodRouting
APIApi o_bpv3_1_0_get_message_docs_swagger GET /obp/v5.0.0/message-docs/CONNECTOR/swagger2.0 Get Message Docs Swagger
APIApi o_bpv3_1_0_get_method_routings GET /obp/v5.0.0/management/method_routings Get MethodRoutings
APIApi o_bpv3_1_0_get_o_auth2_server_jwks_uris GET /obp/v5.0.0/jwks-uris Get JSON Web Key (JWK) URIs
APIApi o_bpv3_1_0_get_obp_connector_loopback GET /obp/v5.0.0/connector/loopback Get Connector Status (Loopback)
APIApi o_bpv3_1_0_get_rate_limiting_info GET /obp/v5.0.0/rate-limiting Get Rate Limiting Info
APIApi o_bpv3_1_0_get_server_jwk GET /obp/v5.0.0/certs Get JSON Web Key (JWK)
APIApi o_bpv3_1_0_update_method_routing PUT /obp/v5.0.0/management/method_routings/{METHOD_ROUTING_ID} Update MethodRouting
APIApi o_bpv4_0_0_create_bank_level_dynamic_endpoint POST /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints Create Bank Level Dynamic Endpoint
APIApi o_bpv4_0_0_create_bank_level_dynamic_entity POST /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities Create Bank Level Dynamic Entity
APIApi o_bpv4_0_0_create_bank_level_endpoint_tag POST /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags Create Bank Level Endpoint Tag
APIApi o_bpv4_0_0_create_bank_level_endpoint_tag_0 POST /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags Create Bank Level Endpoint Tag
APIApi o_bpv4_0_0_create_dynamic_endpoint POST /obp/v5.0.0/management/dynamic-endpoints Create Dynamic Endpoint
APIApi o_bpv4_0_0_create_system_dynamic_entity POST /obp/v5.0.0/management/system-dynamic-entities Create System Level Dynamic Entity
APIApi o_bpv4_0_0_create_system_level_endpoint_tag POST /obp/v5.0.0/management/endpoints/OPERATION_ID/tags Create System Level Endpoint Tag
APIApi o_bpv4_0_0_create_system_level_endpoint_tag_0 POST /obp/v5.0.0/management/endpoints/OPERATION_ID/tags Create System Level Endpoint Tag
APIApi o_bpv4_0_0_delete_bank_level_dynamic_endpoint DELETE /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Delete Bank Level Dynamic Endpoint
APIApi o_bpv4_0_0_delete_bank_level_dynamic_entity DELETE /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities/{DYNAMIC_ENTITY_ID} Delete Bank Level Dynamic Entity
APIApi o_bpv4_0_0_delete_bank_level_endpoint_tag DELETE /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Delete Bank Level Endpoint Tag
APIApi o_bpv4_0_0_delete_bank_level_endpoint_tag_0 DELETE /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Delete Bank Level Endpoint Tag
APIApi o_bpv4_0_0_delete_dynamic_endpoint DELETE /obp/v5.0.0/management/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Delete Dynamic Endpoint
APIApi o_bpv4_0_0_delete_my_dynamic_endpoint DELETE /obp/v5.0.0/my/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Delete My Dynamic Endpoint
APIApi o_bpv4_0_0_delete_my_dynamic_entity DELETE /obp/v5.0.0/my/dynamic-entities/{DYNAMIC_ENTITY_ID} Delete My Dynamic Entity
APIApi o_bpv4_0_0_delete_system_dynamic_entity DELETE /obp/v5.0.0/management/system-dynamic-entities/{DYNAMIC_ENTITY_ID} Delete System Level Dynamic Entity
APIApi o_bpv4_0_0_delete_system_level_endpoint_tag DELETE /obp/v5.0.0/management/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Delete System Level Endpoint Tag
APIApi o_bpv4_0_0_delete_system_level_endpoint_tag_0 DELETE /obp/v5.0.0/management/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Delete System Level Endpoint Tag
APIApi o_bpv4_0_0_get_bank_level_dynamic_endpoint GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Get Bank Level Dynamic Endpoint
APIApi o_bpv4_0_0_get_bank_level_dynamic_endpoints GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints Get Bank Level Dynamic Endpoints
APIApi o_bpv4_0_0_get_bank_level_dynamic_entities GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities Get Bank Level Dynamic Entities
APIApi o_bpv4_0_0_get_bank_level_endpoint_tags GET /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags Get Bank Level Endpoint Tags
APIApi o_bpv4_0_0_get_bank_level_endpoint_tags_0 GET /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags Get Bank Level Endpoint Tags
APIApi o_bpv4_0_0_get_call_context GET /obp/v5.0.0/development/call_context Get the Call Context of a current call
APIApi o_bpv4_0_0_get_dynamic_endpoint GET /obp/v5.0.0/management/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Get Dynamic Endpoint
APIApi o_bpv4_0_0_get_dynamic_endpoints GET /obp/v5.0.0/management/dynamic-endpoints Get Dynamic Endpoints
APIApi o_bpv4_0_0_get_mapper_database_info GET /obp/v5.0.0/database/info Get Mapper Database Info
APIApi o_bpv4_0_0_get_my_dynamic_endpoints GET /obp/v5.0.0/my/dynamic-endpoints Get My Dynamic Endpoints
APIApi o_bpv4_0_0_get_my_dynamic_entities GET /obp/v5.0.0/my/dynamic-entities Get My Dynamic Entities
APIApi o_bpv4_0_0_get_scanned_api_versions GET /obp/v5.0.0/api/versions Get scanned API Versions
APIApi o_bpv4_0_0_get_system_dynamic_entities GET /obp/v5.0.0/management/system-dynamic-entities Get System Dynamic Entities
APIApi o_bpv4_0_0_get_system_level_endpoint_tags GET /obp/v5.0.0/management/endpoints/OPERATION_ID/tags Get System Level Endpoint Tags
APIApi o_bpv4_0_0_get_system_level_endpoint_tags_0 GET /obp/v5.0.0/management/endpoints/OPERATION_ID/tags Get System Level Endpoint Tags
APIApi o_bpv4_0_0_root GET /obp/v5.0.0/root Get API Info (root)
APIApi o_bpv4_0_0_update_bank_level_dynamic_endpoint_host PUT /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints/DYNAMIC_ENDPOINT_ID/host Update Bank Level Dynamic Endpoint Host
APIApi o_bpv4_0_0_update_bank_level_dynamic_entity PUT /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities/{DYNAMIC_ENTITY_ID} Update Bank Level Dynamic Entity
APIApi o_bpv4_0_0_update_bank_level_endpoint_tag PUT /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Update Bank Level Endpoint Tag
APIApi o_bpv4_0_0_update_bank_level_endpoint_tag_0 PUT /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Update Bank Level Endpoint Tag
APIApi o_bpv4_0_0_update_dynamic_endpoint_host PUT /obp/v5.0.0/management/dynamic-endpoints/DYNAMIC_ENDPOINT_ID/host Update Dynamic Endpoint Host
APIApi o_bpv4_0_0_update_my_dynamic_entity PUT /obp/v5.0.0/my/dynamic-entities/{DYNAMIC_ENTITY_ID} Update My Dynamic Entity
APIApi o_bpv4_0_0_update_system_dynamic_entity PUT /obp/v5.0.0/management/system-dynamic-entities/{DYNAMIC_ENTITY_ID} Update System Level Dynamic Entity
APIApi o_bpv4_0_0_update_system_level_endpoint_tag PUT /obp/v5.0.0/management/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Update System Level Endpoint Tag
APIApi o_bpv4_0_0_update_system_level_endpoint_tag_0 PUT /obp/v5.0.0/management/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Update System Level Endpoint Tag
APIApi o_bpv4_0_0_verify_request_sign_response GET /obp/v5.0.0/development/echo/jws-verified-request-jws-signed-response Verify Request and Sign Response of a current call
APIApi o_bpv5_0_0_get_adapter_info GET /obp/v5.0.0/adapter Get Adapter Info
APIApi o_bpv5_0_0_get_metrics_at_bank GET /obp/v5.0.0/management/metrics/banks/{BANK_ID} Get Metrics at Bank
ATMApi o_bpv4_0_0_create_atm POST /obp/v5.0.0/banks/{BANK_ID}/atms Create ATM
ATMApi o_bpv4_0_0_delete_atm DELETE /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID} Delete ATM
ATMApi o_bpv4_0_0_get_atm GET /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID} Get Bank ATM
ATMApi o_bpv4_0_0_get_atms GET /obp/v5.0.0/banks/{BANK_ID}/atms Get Bank ATMS
ATMApi o_bpv4_0_0_update_atm PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID} UPDATE ATM
ATMApi o_bpv4_0_0_update_atm_accessibility_features PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/accessibility-features Update ATM Accessibility Features
ATMApi o_bpv4_0_0_update_atm_location_categories PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/location-categories Update ATM Location Categories
ATMApi o_bpv4_0_0_update_atm_notes PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/notes Update ATM Notes
ATMApi o_bpv4_0_0_update_atm_services PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/services Update ATM Services
ATMApi o_bpv4_0_0_update_atm_supported_currencies PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/supported-currencies Update ATM Supported Currencies
ATMApi o_bpv4_0_0_update_atm_supported_languages PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/supported-languages Update ATM Supported Languages
ATMApi o_bpv5_0_0_head_atms HEAD /obp/v5.0.0/banks/{BANK_ID}/atms Head Bank ATMS
AccountApi o_bpv1_2_1_delete_view_for_bank_account DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views/{VIEW_ID} Delete View
AccountApi o_bpv2_0_0_get_permissions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/permissions Get access
AccountApi o_bpv2_0_0_public_accounts_all_banks GET /obp/v5.0.0/accounts/public Get Public Accounts at all Banks
AccountApi o_bpv2_0_0_public_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts/public Get Public Accounts at Bank
AccountApi o_bpv3_0_0_core_private_accounts_all_banks GET /obp/v5.0.0/my/accounts Get Accounts at all Banks (private)
AccountApi o_bpv3_0_0_create_view_for_bank_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views Create View
AccountApi o_bpv3_0_0_get_accounts_held GET /obp/v5.0.0/banks/{BANK_ID}/accounts-held Get Accounts Held
AccountApi o_bpv3_0_0_get_core_transactions_for_bank_account GET /obp/v5.0.0/my/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions Get Transactions for Account (Core)
AccountApi o_bpv3_0_0_get_other_account_by_id_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID} Get Other Account by Id
AccountApi o_bpv3_0_0_get_other_accounts_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts Get Other Accounts of one Account
AccountApi o_bpv3_0_0_get_permission_for_user_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/permissions/{PROVIDER}/{PROVIDER_ID} Get Account access for User
AccountApi o_bpv3_0_0_get_private_account_idsby_bank_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/account_ids/private Get Accounts at Bank (IDs only)
AccountApi o_bpv3_0_0_get_public_account_by_id GET /obp/v5.0.0/banks/{BANK_ID}/public/accounts/{ACCOUNT_ID}/{VIEW_ID}/account Get Public Account by Id
AccountApi o_bpv3_0_0_get_transactions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions Get Transactions for Account (Full)
AccountApi o_bpv3_0_0_private_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts/private Get Accounts at Bank (Minimal)
AccountApi o_bpv3_0_0_update_view_for_bank_account PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views/{VIEW_ID} Update View
AccountApi o_bpv3_1_0_check_funds_available GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/funds-available Check Available Funds
AccountApi o_bpv3_1_0_create_account_application POST /obp/v5.0.0/banks/{BANK_ID}/account-applications Create Account Application
AccountApi o_bpv3_1_0_create_account_attribute POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/products/{PRODUCT_CODE}/attribute Create Account Attribute
AccountApi o_bpv3_1_0_get_account_application GET /obp/v5.0.0/banks/{BANK_ID}/account-applications/{ACCOUNT_APPLICATION_ID} Get Account Application by Id
AccountApi o_bpv3_1_0_get_account_applications GET /obp/v5.0.0/banks/{BANK_ID}/account-applications Get Account Applications
AccountApi o_bpv3_1_0_get_checkbook_orders GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/checkbook/orders Get Checkbook orders
AccountApi o_bpv3_1_0_update_account PUT /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID} Update Account
AccountApi o_bpv3_1_0_update_account_application_status PUT /obp/v5.0.0/banks/{BANK_ID}/account-applications/{ACCOUNT_APPLICATION_ID} Update Account Application Status
AccountApi o_bpv3_1_0_update_account_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/products/{PRODUCT_CODE}/attributes/{ACCOUNT_ATTRIBUTE_ID} Update Account Attribute
AccountApi o_bpv4_0_0_add_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts Create Account (POST)
AccountApi o_bpv4_0_0_add_tag_for_view_on_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/metadata/tags Create a tag on account
AccountApi o_bpv4_0_0_create_counterparty POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Create Counterparty (Explicit)
AccountApi o_bpv4_0_0_create_counterparty_for_any_account POST /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Create Counterparty for any account (Explicit)
AccountApi o_bpv4_0_0_create_direct_debit POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/direct-debit Create Direct Debit
AccountApi o_bpv4_0_0_create_direct_debit_management POST /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/direct-debit Create Direct Debit (management)
AccountApi o_bpv4_0_0_create_or_update_account_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/account Create or Update Account Attribute Definition
AccountApi o_bpv4_0_0_create_standing_order POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/standing-order Create Standing Order
AccountApi o_bpv4_0_0_create_standing_order_management POST /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/standing-order Create Standing Order (management)
AccountApi o_bpv4_0_0_create_user_with_account_access POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/user-account-access Create (DAuth) User with Account Access
AccountApi o_bpv4_0_0_delete_account_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/account Delete Account Attribute Definition
AccountApi o_bpv4_0_0_delete_account_cascade DELETE /obp/v5.0.0/management/cascading/banks/{BANK_ID}/accounts/{ACCOUNT_ID} Delete Account Cascade
AccountApi o_bpv4_0_0_delete_counterparty_for_any_account DELETE /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Delete Counterparty for any account (Explicit)
AccountApi o_bpv4_0_0_delete_explicit_counterparty POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Delete Counterparty (Explicit)
AccountApi o_bpv4_0_0_delete_tag_for_view_on_account DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/metadata/tags/{TAG_ID} Delete a tag on account
AccountApi o_bpv4_0_0_get_account_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/account Get Account Attribute Definition
AccountApi o_bpv4_0_0_get_account_by_account_routing POST /obp/v5.0.0/management/accounts/account-routing-query Get Account by Account Routing
AccountApi o_bpv4_0_0_get_accounts_by_account_routing_regex POST /obp/v5.0.0/management/accounts/account-routing-regex-query Get Accounts by Account Routing Regex
AccountApi o_bpv4_0_0_get_accounts_minimal_by_customer_id GET /obp/v5.0.0/customers/{CUSTOMER_ID}/accounts-minimal Get Accounts Minimal for a Customer
AccountApi o_bpv4_0_0_get_bank_account_balances GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/balances Get Account Balances
AccountApi o_bpv4_0_0_get_bank_accounts_balances GET /obp/v5.0.0/banks/{BANK_ID}/balances Get Accounts Balances
AccountApi o_bpv4_0_0_get_core_account_by_id GET /obp/v5.0.0/my/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account Get Account by Id (Core)
AccountApi o_bpv4_0_0_get_counterparties_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Get Counterparties for any account (Explicit)
AccountApi o_bpv4_0_0_get_counterparty_by_id_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Get Counterparty by Id for any account (Explicit)
AccountApi o_bpv4_0_0_get_counterparty_by_name_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparty-names/{COUNTERPARTY_NAME} Get Counterparty by name for any account (Explicit)
AccountApi o_bpv4_0_0_get_explict_counterparties_for_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Get Counterparties (Explicit)
AccountApi o_bpv4_0_0_get_fast_firehose_accounts_at_one_bank GET /obp/v5.0.0/management/banks/{BANK_ID}/fast-firehose/accounts Get Fast Firehose Accounts at Bank
AccountApi o_bpv4_0_0_get_firehose_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/firehose/accounts/views/{VIEW_ID} Get Firehose Accounts at Bank
AccountApi o_bpv4_0_0_get_private_account_by_id_full GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/account Get Account by Id (Full)
AccountApi o_bpv4_0_0_get_private_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts Get Accounts at Bank
AccountApi o_bpv4_0_0_get_tags_for_view_on_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/metadata/tags Get tags on account
AccountApi o_bpv4_0_0_grant_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/grant Grant User access to View
AccountApi o_bpv4_0_0_iban_checker POST /obp/v5.0.0/account/check/scheme/iban Validate and check IBAN number
AccountApi o_bpv4_0_0_revoke_grant_user_access_to_views PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access Revoke/Grant User access to View
AccountApi o_bpv4_0_0_revoke_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/revoke Revoke User access to View
AccountApi o_bpv4_0_0_update_account_label POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID} Update Account Label
AccountApi o_bpv5_0_0_create_account PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID} Create Account
AccountApi o_bpv5_0_0_create_customer_account_link POST /obp/v5.0.0/banks/{BANK_ID}/customer-account-links Create Customer Account Link
AccountApi o_bpv5_0_0_get_views_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views Get Views for Account
AccountAccessApi o_bpv4_0_0_create_user_with_account_access POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/user-account-access Create (DAuth) User with Account Access
AccountAccessApi o_bpv4_0_0_grant_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/grant Grant User access to View
AccountAccessApi o_bpv4_0_0_revoke_grant_user_access_to_views PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access Revoke/Grant User access to View
AccountAccessApi o_bpv4_0_0_revoke_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/revoke Revoke User access to View
AccountApplicationApi o_bpv3_1_0_create_account_application POST /obp/v5.0.0/banks/{BANK_ID}/account-applications Create Account Application
AccountApplicationApi o_bpv3_1_0_get_account_application GET /obp/v5.0.0/banks/{BANK_ID}/account-applications/{ACCOUNT_APPLICATION_ID} Get Account Application by Id
AccountApplicationApi o_bpv3_1_0_get_account_applications GET /obp/v5.0.0/banks/{BANK_ID}/account-applications Get Account Applications
AccountApplicationApi o_bpv3_1_0_update_account_application_status PUT /obp/v5.0.0/banks/{BANK_ID}/account-applications/{ACCOUNT_APPLICATION_ID} Update Account Application Status
AccountFirehoseApi o_bpv3_0_0_get_firehose_transactions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/firehose/accounts/{ACCOUNT_ID}/views/{VIEW_ID}/transactions Get Firehose Transactions for Account
AccountFirehoseApi o_bpv4_0_0_get_fast_firehose_accounts_at_one_bank GET /obp/v5.0.0/management/banks/{BANK_ID}/fast-firehose/accounts Get Fast Firehose Accounts at Bank
AccountFirehoseApi o_bpv4_0_0_get_firehose_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/firehose/accounts/views/{VIEW_ID} Get Firehose Accounts at Bank
AccountInformationServiceAISApi o_bpv2_0_0_get_transaction_types GET /obp/v5.0.0/banks/{BANK_ID}/transaction-types Get Transaction Types at Bank
AccountInformationServiceAISApi o_bpv3_0_0_core_private_accounts_all_banks GET /obp/v5.0.0/my/accounts Get Accounts at all Banks (private)
AccountInformationServiceAISApi o_bpv3_0_0_get_accounts_held GET /obp/v5.0.0/banks/{BANK_ID}/accounts-held Get Accounts Held
AccountInformationServiceAISApi o_bpv3_0_0_get_core_transactions_for_bank_account GET /obp/v5.0.0/my/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions Get Transactions for Account (Core)
AccountInformationServiceAISApi o_bpv3_0_0_get_private_account_idsby_bank_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/account_ids/private Get Accounts at Bank (IDs only)
AccountInformationServiceAISApi o_bpv3_0_0_private_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts/private Get Accounts at Bank (Minimal)
AccountInformationServiceAISApi o_bpv3_1_0_answer_consent_challenge POST /obp/v5.0.0/banks/{BANK_ID}/consents/{CONSENT_ID}/challenge Answer Consent Challenge
AccountInformationServiceAISApi o_bpv3_1_0_create_consent_email POST /obp/v5.0.0/banks/{BANK_ID}/my/consents/EMAIL Create Consent (EMAIL)
AccountInformationServiceAISApi o_bpv3_1_0_create_consent_sms POST /obp/v5.0.0/banks/{BANK_ID}/my/consents/SMS Create Consent (SMS)
AccountInformationServiceAISApi o_bpv3_1_0_get_server_jwk GET /obp/v5.0.0/certs Get JSON Web Key (JWK)
AccountInformationServiceAISApi o_bpv3_1_0_revoke_consent GET /obp/v5.0.0/banks/{BANK_ID}/my/consents/{CONSENT_ID}/revoke Revoke Consent
AccountInformationServiceAISApi o_bpv4_0_0_add_consent_user PUT /obp/v5.0.0/banks/{BANK_ID}/consents/{CONSENT_ID}/user-update-request Add User to a Consent
AccountInformationServiceAISApi o_bpv4_0_0_get_bank_account_balances GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/balances Get Account Balances
AccountInformationServiceAISApi o_bpv4_0_0_get_bank_accounts_balances GET /obp/v5.0.0/banks/{BANK_ID}/balances Get Accounts Balances
AccountInformationServiceAISApi o_bpv4_0_0_get_banks GET /obp/v5.0.0/banks Get Banks
AccountInformationServiceAISApi o_bpv4_0_0_get_consent_infos GET /obp/v5.0.0/banks/{BANK_ID}/my/consent-infos Get Consents Info
AccountInformationServiceAISApi o_bpv4_0_0_get_consents GET /obp/v5.0.0/banks/{BANK_ID}/my/consents Get Consents
AccountInformationServiceAISApi o_bpv4_0_0_get_core_account_by_id GET /obp/v5.0.0/my/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account Get Account by Id (Core)
AccountInformationServiceAISApi o_bpv4_0_0_update_consent_status PUT /obp/v5.0.0/banks/{BANK_ID}/consents/{CONSENT_ID} Update Consent Status
AccountInformationServiceAISApi o_bpv5_0_0_create_consent_by_consent_request_id_email POST /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/EMAIL/consents Create Consent By CONSENT_REQUEST_ID (EMAIL)
AccountInformationServiceAISApi o_bpv5_0_0_create_consent_by_consent_request_id_sms POST /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/SMS/consents Create Consent By CONSENT_REQUEST_ID (SMS)
AccountInformationServiceAISApi o_bpv5_0_0_create_consent_request POST /obp/v5.0.0/consumer/consent-requests Create Consent Request
AccountInformationServiceAISApi o_bpv5_0_0_get_bank GET /obp/v5.0.0/banks/{BANK_ID} Get Bank
AccountInformationServiceAISApi o_bpv5_0_0_get_consent_by_consent_request_id GET /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/consents Get Consent By Consent Request Id
AccountInformationServiceAISApi o_bpv5_0_0_get_consent_request GET /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID Get Consent Request
AccountMetadataApi o_bpv4_0_0_add_tag_for_view_on_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/metadata/tags Create a tag on account
AccountMetadataApi o_bpv4_0_0_delete_tag_for_view_on_account DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/metadata/tags/{TAG_ID} Delete a tag on account
AccountMetadataApi o_bpv4_0_0_get_tags_for_view_on_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/metadata/tags Get tags on account
AccountPublicApi o_bpv2_0_0_public_accounts_all_banks GET /obp/v5.0.0/accounts/public Get Public Accounts at all Banks
AccountPublicApi o_bpv2_0_0_public_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts/public Get Public Accounts at Bank
AccountPublicApi o_bpv3_0_0_get_public_account_by_id GET /obp/v5.0.0/banks/{BANK_ID}/public/accounts/{ACCOUNT_ID}/{VIEW_ID}/account Get Public Account by Id
AggregateMetricsApi o_bpv3_0_0_get_aggregate_metrics GET /obp/v5.0.0/management/aggregate-metrics Get Aggregate Metrics
ApiCollectionApi o_bpv4_0_0_create_my_api_collection POST /obp/v5.0.0/my/api-collections Create My Api Collection
ApiCollectionApi o_bpv4_0_0_create_my_api_collection_endpoint POST /obp/v5.0.0/my/api-collections/API_COLLECTION_NAME/api-collection-endpoints Create My Api Collection Endpoint
ApiCollectionApi o_bpv4_0_0_create_my_api_collection_endpoint_by_id POST /obp/v5.0.0/my/api-collection-ids/API_COLLECTION_ID/api-collection-endpoints Create My Api Collection Endpoint By Id
ApiCollectionApi o_bpv4_0_0_delete_my_api_collection DELETE /obp/v5.0.0/my/api-collections/API_COLLECTION_ID Delete My Api Collection
ApiCollectionApi o_bpv4_0_0_delete_my_api_collection_endpoint DELETE /obp/v5.0.0/my/api-collections/API_COLLECTION_NAME/api-collection-endpoints/OPERATION_ID Delete My Api Collection Endpoint
ApiCollectionApi o_bpv4_0_0_delete_my_api_collection_endpoint_by_id DELETE /obp/v5.0.0/my/api-collection-ids/API_COLLECTION_ID/api-collection-endpoint-ids/API_COLLECTION_ENDPOINT_ID Delete My Api Collection Endpoint By Id
ApiCollectionApi o_bpv4_0_0_delete_my_api_collection_endpoint_by_operation_id DELETE /obp/v5.0.0/my/api-collection-ids/API_COLLECTION_ID/api-collection-endpoints/OPERATION_ID Delete My Api Collection Endpoint By Id
ApiCollectionApi o_bpv4_0_0_get_api_collection_endpoints GET /obp/v5.0.0/api-collections/API_COLLECTION_ID/api-collection-endpoints Get Api Collection Endpoints
ApiCollectionApi o_bpv4_0_0_get_api_collections_for_user GET /obp/v5.0.0/users/{USER_ID}/api-collections Get Api Collections for User
ApiCollectionApi o_bpv4_0_0_get_featured_api_collections GET /obp/v5.0.0/api-collections/featured Get Featured Api Collections
ApiCollectionApi o_bpv4_0_0_get_my_api_collection_by_id GET /obp/v5.0.0/my/api-collections/API_COLLECTION_ID Get My Api Collection By Id
ApiCollectionApi o_bpv4_0_0_get_my_api_collection_by_name GET /obp/v5.0.0/my/api-collections/name/API_COLLECTION_NAME Get My Api Collection By Name
ApiCollectionApi o_bpv4_0_0_get_my_api_collection_endpoint GET /obp/v5.0.0/my/api-collections/API_COLLECTION_NAME/api-collection-endpoints/OPERATION_ID Get My Api Collection Endpoint
ApiCollectionApi o_bpv4_0_0_get_my_api_collection_endpoints GET /obp/v5.0.0/my/api-collections/API_COLLECTION_NAME/api-collection-endpoints Get My Api Collection Endpoints
ApiCollectionApi o_bpv4_0_0_get_my_api_collection_endpoints_by_id GET /obp/v5.0.0/my/api-collection-ids/API_COLLECTION_ID/api-collection-endpoints Get My Api Collection Endpoints By Id
ApiCollectionApi o_bpv4_0_0_get_my_api_collections GET /obp/v5.0.0/my/api-collections Get My Api Collections
ApiCollectionApi o_bpv4_0_0_get_sharable_api_collection_by_id GET /obp/v5.0.0/api-collections/sharable/API_COLLECTION_ID Get Sharable Api Collection By Id
AuthenticationTypeValidationApi o_bpv4_0_0_create_authentication_type_validation POST /obp/v5.0.0/management/authentication-type-validations/OPERATION_ID Create an Authentication Type Validation
AuthenticationTypeValidationApi o_bpv4_0_0_delete_authentication_type_validation DELETE /obp/v5.0.0/management/authentication-type-validations/OPERATION_ID Delete an Authentication Type Validation
AuthenticationTypeValidationApi o_bpv4_0_0_get_all_authentication_type_validations GET /obp/v5.0.0/management/authentication-type-validations Get all Authentication Type Validations
AuthenticationTypeValidationApi o_bpv4_0_0_get_all_authentication_type_validations_public GET /obp/v5.0.0/endpoints/authentication-type-validations Get all Authentication Type Validations - public
AuthenticationTypeValidationApi o_bpv4_0_0_get_authentication_type_validation GET /obp/v5.0.0/management/authentication-type-validations/OPERATION_ID Get an Authentication Type Validation
AuthenticationTypeValidationApi o_bpv4_0_0_update_authentication_type_validation PUT /obp/v5.0.0/management/authentication-type-validations/OPERATION_ID Update an Authentication Type Validation
BankApi o_bpv2_0_0_get_transaction_types GET /obp/v5.0.0/banks/{BANK_ID}/transaction-types Get Transaction Types at Bank
BankApi o_bpv2_1_0_create_transaction_type PUT /obp/v5.0.0/banks/{BANK_ID}/transaction-types Create Transaction Type at bank
BankApi o_bpv2_1_0_get_transaction_request_types_supported_by_bank GET /obp/v5.0.0/banks/{BANK_ID}/transaction-request-types Get Transaction Request Types at Bank
BankApi o_bpv3_0_0_get_branch GET /obp/v5.0.0/banks/{BANK_ID}/branches/{BRANCH_ID} Get Branch
BankApi o_bpv3_0_0_get_branches GET /obp/v5.0.0/banks/{BANK_ID}/branches Get Branches for a Bank
BankApi o_bpv3_1_0_create_account_webhook POST /obp/v5.0.0/banks/{BANK_ID}/account-web-hooks Create an Account Webhook
BankApi o_bpv3_1_0_enable_disable_account_webhook PUT /obp/v5.0.0/banks/{BANK_ID}/account-web-hooks Enable/Disable an Account Webhook
BankApi o_bpv3_1_0_get_account_webhooks GET /obp/v5.0.0/management/banks/{BANK_ID}/account-web-hooks Get Account Webhooks
BankApi o_bpv4_0_0_create_bank_account_notification_webhook POST /obp/v5.0.0/banks/{BANK_ID}/web-hooks/account/notifications/on-create-transaction Create bank level Account Notification Webhook
BankApi o_bpv4_0_0_create_bank_attribute POST /obp/v5.0.0/banks/{BANK_ID}/attribute Create Bank Attribute
BankApi o_bpv4_0_0_create_or_update_bank_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/bank Create or Update Bank Attribute Definition
BankApi o_bpv4_0_0_create_settlement_account POST /obp/v5.0.0/banks/{BANK_ID}/settlement-accounts Create Settlement Account
BankApi o_bpv4_0_0_create_system_account_notification_webhook POST /obp/v5.0.0/web-hooks/account/notifications/on-create-transaction Create system level Account Notification Webhook
BankApi o_bpv4_0_0_delete_bank_attribute DELETE /obp/v5.0.0/banks/{BANK_ID}/attributes/BANK_ATTRIBUTE_ID Delete Bank Attribute
BankApi o_bpv4_0_0_delete_bank_cascade DELETE /obp/v5.0.0/management/cascading/banks/{BANK_ID} Delete Bank Cascade
BankApi o_bpv4_0_0_get_bank_attribute GET /obp/v5.0.0/banks/{BANK_ID}/attributes/BANK_ATTRIBUTE_ID Get Bank Attribute By BANK_ATTRIBUTE_ID
BankApi o_bpv4_0_0_get_bank_attributes GET /obp/v5.0.0/banks/{BANK_ID}/attributes Get Bank Attributes
BankApi o_bpv4_0_0_get_banks GET /obp/v5.0.0/banks Get Banks
BankApi o_bpv4_0_0_get_settlement_accounts GET /obp/v5.0.0/banks/{BANK_ID}/settlement-accounts Get Settlement accounts at Bank
BankApi o_bpv4_0_0_update_bank_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/attributes/BANK_ATTRIBUTE_ID Update Bank Attribute
BankApi o_bpv5_0_0_create_bank POST /obp/v5.0.0/banks Create Bank
BankApi o_bpv5_0_0_get_bank GET /obp/v5.0.0/banks/{BANK_ID} Get Bank
BankApi o_bpv5_0_0_update_bank PUT /obp/v5.0.0/banks Update Bank
BranchApi o_bpv3_0_0_create_branch POST /obp/v5.0.0/banks/{BANK_ID}/branches Create Branch
BranchApi o_bpv3_0_0_get_branch GET /obp/v5.0.0/banks/{BANK_ID}/branches/{BRANCH_ID} Get Branch
BranchApi o_bpv3_0_0_get_branches GET /obp/v5.0.0/banks/{BANK_ID}/branches Get Branches for a Bank
BranchApi o_bpv3_1_0_delete_branch DELETE /obp/v5.0.0/banks/{BANK_ID}/branches/{BRANCH_ID} Delete Branch
CardApi o_bpv1_3_0_get_cards GET /obp/v5.0.0/cards Get cards for the current user
CardApi o_bpv3_1_0_create_card_attribute POST /obp/v5.0.0/management/banks/{BANK_ID}/cards/{CARD_ID}/attribute Create Card Attribute
CardApi o_bpv3_1_0_delete_card_for_bank DELETE /obp/v5.0.0/management/banks/{BANK_ID}/cards/{CARD_ID} Delete Card
CardApi o_bpv3_1_0_get_card_for_bank GET /obp/v5.0.0/management/banks/{BANK_ID}/cards/{CARD_ID} Get Card By Id
CardApi o_bpv3_1_0_get_cards_for_bank GET /obp/v5.0.0/management/banks/{BANK_ID}/cards Get Cards for the specified bank
CardApi o_bpv3_1_0_get_status_of_credit_card_order GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/credit_cards/orders Get status of Credit Card order
CardApi o_bpv3_1_0_update_card_attribute PUT /obp/v5.0.0/management/banks/{BANK_ID}/cards/{CARD_ID}/attributes/{CARD_ATTRIBUTE_ID} Update Card Attribute
CardApi o_bpv3_1_0_updated_card_for_bank PUT /obp/v5.0.0/management/banks/{BANK_ID}/cards/{CARD_ID} Update Card
CardApi o_bpv4_0_0_create_or_update_card_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/card Create or Update Card Attribute Definition
CardApi o_bpv4_0_0_delete_card_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/card Delete Card Attribute Definition
CardApi o_bpv4_0_0_get_card_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/card Get Card Attribute Definition
CardApi o_bpv5_0_0_add_card_for_bank POST /obp/v5.0.0/management/banks/{BANK_ID}/cards Create Card
ConfirmationOfFundsServicePIISApi o_bpv3_1_0_check_funds_available GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/funds-available Check Available Funds
ConnectorMethodApi o_bpv4_0_0_create_connector_method POST /obp/v5.0.0/management/connector-methods Create Connector Method
ConnectorMethodApi o_bpv4_0_0_get_all_connector_methods GET /obp/v5.0.0/management/connector-methods Get all Connector Methods
ConnectorMethodApi o_bpv4_0_0_get_connector_method GET /obp/v5.0.0/management/connector-methods/CONNECTOR_METHOD_ID Get Connector Method by Id
ConnectorMethodApi o_bpv4_0_0_update_connector_method PUT /obp/v5.0.0/management/connector-methods/CONNECTOR_METHOD_ID Update Connector Method
ConsentApi o_bpv3_1_0_answer_consent_challenge POST /obp/v5.0.0/banks/{BANK_ID}/consents/{CONSENT_ID}/challenge Answer Consent Challenge
ConsentApi o_bpv3_1_0_create_consent_email POST /obp/v5.0.0/banks/{BANK_ID}/my/consents/EMAIL Create Consent (EMAIL)
ConsentApi o_bpv3_1_0_create_consent_sms POST /obp/v5.0.0/banks/{BANK_ID}/my/consents/SMS Create Consent (SMS)
ConsentApi o_bpv3_1_0_revoke_consent GET /obp/v5.0.0/banks/{BANK_ID}/my/consents/{CONSENT_ID}/revoke Revoke Consent
ConsentApi o_bpv4_0_0_add_consent_user PUT /obp/v5.0.0/banks/{BANK_ID}/consents/{CONSENT_ID}/user-update-request Add User to a Consent
ConsentApi o_bpv4_0_0_get_consent_infos GET /obp/v5.0.0/banks/{BANK_ID}/my/consent-infos Get Consents Info
ConsentApi o_bpv4_0_0_get_consents GET /obp/v5.0.0/banks/{BANK_ID}/my/consents Get Consents
ConsentApi o_bpv4_0_0_update_consent_status PUT /obp/v5.0.0/banks/{BANK_ID}/consents/{CONSENT_ID} Update Consent Status
ConsentApi o_bpv5_0_0_create_consent_by_consent_request_id_email POST /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/EMAIL/consents Create Consent By CONSENT_REQUEST_ID (EMAIL)
ConsentApi o_bpv5_0_0_create_consent_by_consent_request_id_sms POST /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/SMS/consents Create Consent By CONSENT_REQUEST_ID (SMS)
ConsentApi o_bpv5_0_0_create_consent_request POST /obp/v5.0.0/consumer/consent-requests Create Consent Request
ConsentApi o_bpv5_0_0_get_consent_by_consent_request_id GET /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/consents Get Consent By Consent Request Id
ConsentApi o_bpv5_0_0_get_consent_request GET /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID Get Consent Request
ConsumerApi o_bpv2_1_0_update_consumer_redirect_url PUT /obp/v5.0.0/management/consumers/{CONSUMER_ID}/consumer/redirect_url Update Consumer RedirectUrl
ConsumerApi o_bpv3_0_0_delete_scope DELETE /obp/v5.0.0/consumers/{CONSUMER_ID}/scope/{SCOPE_ID} Delete Consumer Scope
ConsumerApi o_bpv3_1_0_enable_disable_consumers PUT /obp/v5.0.0/management/consumers/{CONSUMER_ID} Enable or Disable Consumers
ConsumerApi o_bpv3_1_0_get_calls_limit GET /obp/v5.0.0/management/consumers/{CONSUMER_ID}/consumer/call-limits Get Call Limits for a Consumer
ConsumerApi o_bpv3_1_0_get_consumer GET /obp/v5.0.0/management/consumers/{CONSUMER_ID} Get Consumer
ConsumerApi o_bpv3_1_0_get_consumers GET /obp/v5.0.0/management/consumers Get Consumers
ConsumerApi o_bpv3_1_0_get_consumers_for_current_user GET /obp/v5.0.0/management/users/current/consumers Get Consumers (logged in User)
ConsumerApi o_bpv4_0_0_add_scope POST /obp/v5.0.0/consumers/{CONSUMER_ID}/scopes Create Scope for a Consumer
ConsumerApi o_bpv4_0_0_calls_limit PUT /obp/v5.0.0/management/consumers/{CONSUMER_ID}/consumer/call-limits Set Calls Limit for a Consumer
ConsumerApi o_bpv4_0_0_create_consumer POST /obp/v5.0.0/management/consumers Post a Consumer
ConsumerApi o_bpv4_0_0_get_scopes GET /obp/v5.0.0/consumers/{CONSUMER_ID}/scopes Get Scopes for Consumer
CounterpartyApi o_bpv1_2_1_add_counterparty_corporate_location POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/corporate_location Add Corporate Location to Counterparty
CounterpartyApi o_bpv1_2_1_add_counterparty_image_url POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/image_url Add image url to other bank account
CounterpartyApi o_bpv1_2_1_add_counterparty_more_info POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/more_info Add Counterparty More Info
CounterpartyApi o_bpv1_2_1_add_counterparty_open_corporates_url POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/open_corporates_url Add Open Corporates URL to Counterparty
CounterpartyApi o_bpv1_2_1_add_counterparty_physical_location POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/physical_location Add physical location to other bank account
CounterpartyApi o_bpv1_2_1_add_counterparty_public_alias POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Add public alias to other bank account
CounterpartyApi o_bpv1_2_1_add_counterparty_url POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/url Add url to other bank account
CounterpartyApi o_bpv1_2_1_add_other_account_private_alias POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Create Other Account Private Alias
CounterpartyApi o_bpv1_2_1_delete_counterparty_corporate_location DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/corporate_location Delete Counterparty Corporate Location
CounterpartyApi o_bpv1_2_1_delete_counterparty_image_url DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/image_url Delete Counterparty Image URL
CounterpartyApi o_bpv1_2_1_delete_counterparty_more_info DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/more_info Delete more info of other bank account
CounterpartyApi o_bpv1_2_1_delete_counterparty_open_corporates_url DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/open_corporates_url Delete Counterparty Open Corporates URL
CounterpartyApi o_bpv1_2_1_delete_counterparty_physical_location DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/physical_location Delete Counterparty Physical Location
CounterpartyApi o_bpv1_2_1_delete_counterparty_private_alias DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Delete Counterparty Private Alias
CounterpartyApi o_bpv1_2_1_delete_counterparty_public_alias DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Delete Counterparty Public Alias
CounterpartyApi o_bpv1_2_1_delete_counterparty_url DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/url Delete url of other bank account
CounterpartyApi o_bpv1_2_1_get_counterparty_public_alias GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Get public alias of other bank account
CounterpartyApi o_bpv1_2_1_get_other_account_for_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/other_account Get Other Account of Transaction
CounterpartyApi o_bpv1_2_1_get_other_account_metadata GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata Get Other Account Metadata
CounterpartyApi o_bpv1_2_1_get_other_account_private_alias GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Get Other Account Private Alias
CounterpartyApi o_bpv1_2_1_update_counterparty_corporate_location PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/corporate_location Update Counterparty Corporate Location
CounterpartyApi o_bpv1_2_1_update_counterparty_image_url PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/image_url Update Counterparty Image Url
CounterpartyApi o_bpv1_2_1_update_counterparty_more_info PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/more_info Update Counterparty More Info
CounterpartyApi o_bpv1_2_1_update_counterparty_open_corporates_url PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/open_corporates_url Update Open Corporates Url of Counterparty
CounterpartyApi o_bpv1_2_1_update_counterparty_physical_location PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/physical_location Update Counterparty Physical Location
CounterpartyApi o_bpv1_2_1_update_counterparty_private_alias PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Update Counterparty Private Alias
CounterpartyApi o_bpv1_2_1_update_counterparty_public_alias PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Update public alias of other bank account
CounterpartyApi o_bpv1_2_1_update_counterparty_url PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/url Update url of other bank account
CounterpartyApi o_bpv3_0_0_get_other_account_by_id_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID} Get Other Account by Id
CounterpartyApi o_bpv3_0_0_get_other_accounts_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts Get Other Accounts of one Account
CounterpartyApi o_bpv4_0_0_create_counterparty POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Create Counterparty (Explicit)
CounterpartyApi o_bpv4_0_0_create_counterparty_for_any_account POST /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Create Counterparty for any account (Explicit)
CounterpartyApi o_bpv4_0_0_delete_counterparty_for_any_account DELETE /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Delete Counterparty for any account (Explicit)
CounterpartyApi o_bpv4_0_0_delete_explicit_counterparty POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Delete Counterparty (Explicit)
CounterpartyApi o_bpv4_0_0_get_counterparties_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Get Counterparties for any account (Explicit)
CounterpartyApi o_bpv4_0_0_get_counterparty_by_id_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Get Counterparty by Id for any account (Explicit)
CounterpartyApi o_bpv4_0_0_get_counterparty_by_name_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparty-names/{COUNTERPARTY_NAME} Get Counterparty by name for any account (Explicit)
CounterpartyApi o_bpv4_0_0_get_explict_counterparties_for_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Get Counterparties (Explicit)
CounterpartyApi o_bpv4_0_0_get_explict_counterparty_by_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Get Counterparty by Id (Explicit)
CounterpartyMetadataApi o_bpv1_2_1_add_counterparty_corporate_location POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/corporate_location Add Corporate Location to Counterparty
CounterpartyMetadataApi o_bpv1_2_1_add_counterparty_image_url POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/image_url Add image url to other bank account
CounterpartyMetadataApi o_bpv1_2_1_add_counterparty_more_info POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/more_info Add Counterparty More Info
CounterpartyMetadataApi o_bpv1_2_1_add_counterparty_open_corporates_url POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/open_corporates_url Add Open Corporates URL to Counterparty
CounterpartyMetadataApi o_bpv1_2_1_add_counterparty_physical_location POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/physical_location Add physical location to other bank account
CounterpartyMetadataApi o_bpv1_2_1_add_counterparty_public_alias POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Add public alias to other bank account
CounterpartyMetadataApi o_bpv1_2_1_add_counterparty_url POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/url Add url to other bank account
CounterpartyMetadataApi o_bpv1_2_1_add_other_account_private_alias POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Create Other Account Private Alias
CounterpartyMetadataApi o_bpv1_2_1_delete_counterparty_corporate_location DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/corporate_location Delete Counterparty Corporate Location
CounterpartyMetadataApi o_bpv1_2_1_delete_counterparty_image_url DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/image_url Delete Counterparty Image URL
CounterpartyMetadataApi o_bpv1_2_1_delete_counterparty_more_info DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/more_info Delete more info of other bank account
CounterpartyMetadataApi o_bpv1_2_1_delete_counterparty_open_corporates_url DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/open_corporates_url Delete Counterparty Open Corporates URL
CounterpartyMetadataApi o_bpv1_2_1_delete_counterparty_physical_location DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/physical_location Delete Counterparty Physical Location
CounterpartyMetadataApi o_bpv1_2_1_delete_counterparty_private_alias DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Delete Counterparty Private Alias
CounterpartyMetadataApi o_bpv1_2_1_delete_counterparty_public_alias DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Delete Counterparty Public Alias
CounterpartyMetadataApi o_bpv1_2_1_delete_counterparty_url DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/url Delete url of other bank account
CounterpartyMetadataApi o_bpv1_2_1_get_counterparty_public_alias GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Get public alias of other bank account
CounterpartyMetadataApi o_bpv1_2_1_get_other_account_metadata GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata Get Other Account Metadata
CounterpartyMetadataApi o_bpv1_2_1_get_other_account_private_alias GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Get Other Account Private Alias
CounterpartyMetadataApi o_bpv1_2_1_update_counterparty_corporate_location PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/corporate_location Update Counterparty Corporate Location
CounterpartyMetadataApi o_bpv1_2_1_update_counterparty_image_url PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/image_url Update Counterparty Image Url
CounterpartyMetadataApi o_bpv1_2_1_update_counterparty_more_info PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/more_info Update Counterparty More Info
CounterpartyMetadataApi o_bpv1_2_1_update_counterparty_open_corporates_url PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/open_corporates_url Update Open Corporates Url of Counterparty
CounterpartyMetadataApi o_bpv1_2_1_update_counterparty_physical_location PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/physical_location Update Counterparty Physical Location
CounterpartyMetadataApi o_bpv1_2_1_update_counterparty_private_alias PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Update Counterparty Private Alias
CounterpartyMetadataApi o_bpv1_2_1_update_counterparty_public_alias PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Update public alias of other bank account
CounterpartyMetadataApi o_bpv1_2_1_update_counterparty_url PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/url Update url of other bank account
CounterpartyMetadataApi o_bpv4_0_0_get_explict_counterparty_by_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Get Counterparty by Id (Explicit)
CustomerApi o_bpv1_4_0_create_customer_message POST /obp/v5.0.0/banks/{BANK_ID}/customer/{CUSTOMER_ID}/messages Create Customer Message
CustomerApi o_bpv1_4_0_get_crm_events GET /obp/v5.0.0/banks/{BANK_ID}/crm-events Get CRM Events
CustomerApi o_bpv1_4_0_get_customer_messages GET /obp/v5.0.0/banks/{BANK_ID}/customer/messages Get Customer Messages for a Customer
CustomerApi o_bpv2_0_0_add_kyc_check PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_check/{KYC_CHECK_ID} Add KYC Check
CustomerApi o_bpv2_0_0_add_kyc_document PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_documents/{KYC_DOCUMENT_ID} Add KYC Document
CustomerApi o_bpv2_0_0_add_kyc_media PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_media/{KYC_MEDIA_ID} Add KYC Media
CustomerApi o_bpv2_0_0_add_kyc_status PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_statuses Add KYC Status
CustomerApi o_bpv2_0_0_add_social_media_handle POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/social_media_handles Add Social Media Handle
CustomerApi o_bpv2_0_0_get_kyc_checks GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_checks Get Customer KYC Checks
CustomerApi o_bpv2_0_0_get_kyc_documents GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_documents Get Customer KYC Documents
CustomerApi o_bpv2_0_0_get_kyc_media GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_media Get KYC Media for a customer
CustomerApi o_bpv2_0_0_get_kyc_statuses GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_statuses Get Customer KYC statuses
CustomerApi o_bpv2_0_0_get_social_media_handles GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/social_media_handles Get Customer Social Media Handles
CustomerApi o_bpv3_0_0_get_customers_for_user GET /obp/v5.0.0/users/current/customers Get Customers for Current User
CustomerApi o_bpv3_1_0_create_credit_limit_request POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/credit_limit/requests Create Credit Limit Order Request
CustomerApi o_bpv3_1_0_create_customer_address POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/address Create Address
CustomerApi o_bpv3_1_0_create_meeting POST /obp/v5.0.0/banks/{BANK_ID}/meetings Create Meeting (video conference/call)
CustomerApi o_bpv3_1_0_create_tax_residence POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/tax-residence Create Tax Residence
CustomerApi o_bpv3_1_0_delete_customer_address DELETE /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/addresses/{CUSTOMER_ADDRESS_ID} Delete Customer Address
CustomerApi o_bpv3_1_0_delete_tax_residence DELETE /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/tax_residencies/{TAX_RESIDENCE_ID} Delete Tax Residence
CustomerApi o_bpv3_1_0_get_credit_limit_request_by_request_id GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/credit_limit/requests/{REQUEST_ID} Get Credit Limit Order Request By Request Id
CustomerApi o_bpv3_1_0_get_credit_limit_requests GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/credit_limit/requests Get Credit Limit Order Requests
CustomerApi o_bpv3_1_0_get_customer_addresses GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/addresses Get Customer Addresses
CustomerApi o_bpv3_1_0_get_customer_by_customer_id GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID} Get Customer by CUSTOMER_ID
CustomerApi o_bpv3_1_0_get_customer_by_customer_number POST /obp/v5.0.0/banks/{BANK_ID}/customers/customer-number Get Customer by CUSTOMER_NUMBER
CustomerApi o_bpv3_1_0_get_firehose_customers GET /obp/v5.0.0/banks/{BANK_ID}/firehose/customers Get Firehose Customers
CustomerApi o_bpv3_1_0_get_meeting GET /obp/v5.0.0/banks/{BANK_ID}/meetings/{MEETING_ID} Get Meeting
CustomerApi o_bpv3_1_0_get_meetings GET /obp/v5.0.0/banks/{BANK_ID}/meetings Get Meetings
CustomerApi o_bpv3_1_0_get_tax_residence GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/tax-residences Get Tax Residences of Customer
CustomerApi o_bpv3_1_0_update_customer_address PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/addresses/{CUSTOMER_ADDRESS_ID} Update the Address of a Customer
CustomerApi o_bpv3_1_0_update_customer_branch PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/branch Update the Branch of a Customer
CustomerApi o_bpv3_1_0_update_customer_credit_limit PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/credit-limit Update the credit limit of a Customer
CustomerApi o_bpv3_1_0_update_customer_credit_rating_and_source PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/credit-rating-and-source Update the credit rating and source of a Customer
CustomerApi o_bpv3_1_0_update_customer_data PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/data Update the other data of a Customer
CustomerApi o_bpv3_1_0_update_customer_email PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/email Update the email of a Customer
CustomerApi o_bpv3_1_0_update_customer_identity PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/identity Update the identity data of a Customer
CustomerApi o_bpv3_1_0_update_customer_mobile_number PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/mobile-number Update the mobile number of a Customer
CustomerApi o_bpv3_1_0_update_customer_number PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/number Update the number of a Customer
CustomerApi o_bpv4_0_0_create_customer_attribute POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/attribute Create Customer Attribute
CustomerApi o_bpv4_0_0_create_customer_message POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/messages Create Customer Message
CustomerApi o_bpv4_0_0_create_or_update_customer_attribute_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/customer Create or Update Customer Attribute Definition
CustomerApi o_bpv4_0_0_create_user_customer_links POST /obp/v5.0.0/banks/{BANK_ID}/user_customer_links Create User Customer Link
CustomerApi o_bpv4_0_0_delete_customer_attribute DELETE /obp/v5.0.0/banks/{BANK_ID}/{CUSTOMER_ID}/attributes/CUSTOMER_ATTRIBUTE_ID Delete Customer Attribute
CustomerApi o_bpv4_0_0_delete_customer_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/customer Delete Customer Attribute Definition
CustomerApi o_bpv4_0_0_delete_customer_cascade DELETE /obp/v5.0.0/management/cascading/banks/{BANK_ID}/customers/{CUSTOMER_ID} Delete Customer Cascade
CustomerApi o_bpv4_0_0_delete_user_customer_link DELETE /obp/v5.0.0/banks/{BANK_ID}/user_customer_links/USER_CUSTOMER_LINK_ID Delete User Customer Link
CustomerApi o_bpv4_0_0_get_correlated_users_info_by_customer_id GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/correlated-users Get Correlated User Info by Customer
CustomerApi o_bpv4_0_0_get_customer_attribute_by_id GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/attributes/ATTRIBUTE_ID Get Customer Attribute By Id
CustomerApi o_bpv4_0_0_get_customer_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/customer Get Customer Attribute Definition
CustomerApi o_bpv4_0_0_get_customer_attributes GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/attributes Get Customer Attributes
CustomerApi o_bpv4_0_0_get_customer_messages GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/messages Get Customer Messages for a Customer
CustomerApi o_bpv4_0_0_get_customers_at_any_bank GET /obp/v5.0.0/customers Get Customers at Any Bank
CustomerApi o_bpv4_0_0_get_customers_by_customer_phone_number POST /obp/v5.0.0/banks/{BANK_ID}/search/customers/mobile-phone-number Get Customers by MOBILE_PHONE_NUMBER
CustomerApi o_bpv4_0_0_get_customers_minimal_at_any_bank GET /obp/v5.0.0/customers-minimal Get Customers Minimal at Any Bank
CustomerApi o_bpv4_0_0_get_my_correlated_entities GET /obp/v5.0.0/my/correlated-entities Get Correlated Entities for the current User
CustomerApi o_bpv4_0_0_get_user_customer_links_by_customer_id GET /obp/v5.0.0/banks/{BANK_ID}/user_customer_links/customers/{CUSTOMER_ID} Get User Customer Links by Customer
CustomerApi o_bpv4_0_0_get_user_customer_links_by_user_id GET /obp/v5.0.0/banks/{BANK_ID}/user_customer_links/users/{USER_ID} Get User Customer Links by User
CustomerApi o_bpv4_0_0_update_customer_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/attributes/CUSTOMER_ATTRIBUTE_ID Update Customer Attribute
CustomerApi o_bpv5_0_0_create_customer POST /obp/v5.0.0/banks/{BANK_ID}/customers Create Customer
CustomerApi o_bpv5_0_0_create_customer_account_link POST /obp/v5.0.0/banks/{BANK_ID}/customer-account-links Create Customer Account Link
CustomerApi o_bpv5_0_0_delete_customer_account_link_by_id DELETE /obp/v5.0.0/banks/{BANK_ID}/customer-account-links/CUSTOMER_ACCOUNT_LINK_ID Delete Customer Account Link
CustomerApi o_bpv5_0_0_get_customer_account_link_by_id GET /obp/v5.0.0/banks/{BANK_ID}/customer-account-links/CUSTOMER_ACCOUNT_LINK_ID Get Customer Account Link by Id
CustomerApi o_bpv5_0_0_get_customer_account_links_by_bank_id_account_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/customer-account-links Get Customer Account Links by ACCOUNT_ID
CustomerApi o_bpv5_0_0_get_customer_account_links_by_customer_id GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/customer-account-links Get Customer Account Links by CUSTOMER_ID
CustomerApi o_bpv5_0_0_get_customer_overview POST /obp/v5.0.0/banks/{BANK_ID}/customers/customer-number-query/overview Get Customer Overview
CustomerApi o_bpv5_0_0_get_customer_overview_flat POST /obp/v5.0.0/banks/{BANK_ID}/customers/customer-number-query/overview-flat Get Customer Overview Flat
CustomerApi o_bpv5_0_0_get_customers_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/customers Get Customers at Bank
CustomerApi o_bpv5_0_0_get_customers_minimal_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/customers-minimal Get Customers Minimal at Bank
CustomerApi o_bpv5_0_0_get_my_customers_at_any_bank GET /obp/v5.0.0/my/customers Get My Customers
CustomerApi o_bpv5_0_0_get_my_customers_at_bank GET /obp/v5.0.0/banks/{BANK_ID}/my/customers Get My Customers at Bank
CustomerApi o_bpv5_0_0_update_customer_account_link_by_id PUT /obp/v5.0.0/banks/{BANK_ID}/customer-account-links/CUSTOMER_ACCOUNT_LINK_ID Update Customer Account Link by Id
CustomerMeetingApi o_bpv3_1_0_create_meeting POST /obp/v5.0.0/banks/{BANK_ID}/meetings Create Meeting (video conference/call)
CustomerMeetingApi o_bpv3_1_0_get_meeting GET /obp/v5.0.0/banks/{BANK_ID}/meetings/{MEETING_ID} Get Meeting
CustomerMeetingApi o_bpv3_1_0_get_meetings GET /obp/v5.0.0/banks/{BANK_ID}/meetings Get Meetings
CustomerMessageApi o_bpv1_4_0_create_customer_message POST /obp/v5.0.0/banks/{BANK_ID}/customer/{CUSTOMER_ID}/messages Create Customer Message
CustomerMessageApi o_bpv1_4_0_get_customer_messages GET /obp/v5.0.0/banks/{BANK_ID}/customer/messages Get Customer Messages for a Customer
CustomerMessageApi o_bpv4_0_0_create_customer_message POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/messages Create Customer Message
CustomerMessageApi o_bpv4_0_0_get_customer_messages GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/messages Get Customer Messages for a Customer
DAuthApi o_bpv4_0_0_create_user_with_account_access POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/user-account-access Create (DAuth) User with Account Access
DAuthApi o_bpv4_0_0_create_user_with_roles POST /obp/v5.0.0/user-entitlements Create (DAuth) User with Roles
DataWarehouseApi o_bpv3_0_0_data_warehouse_search POST /obp/v5.0.0/search/warehouse/{INDEX} Data Warehouse Search
DataWarehouseApi o_bpv3_0_0_data_warehouse_statistics POST /obp/v5.0.0/search/warehouse/statistics/{INDEX}/{FIELD} Data Warehouse Statistics
DirectDebitApi o_bpv4_0_0_create_direct_debit POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/direct-debit Create Direct Debit
DirectDebitApi o_bpv4_0_0_create_direct_debit_management POST /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/direct-debit Create Direct Debit (management)
DocumentationApi o_bpv1_4_0_get_bank_level_dynamic_resource_docs_obp GET /obp/v5.0.0/banks/{BANK_ID}/resource-docs/{API_VERSION}/obp Get Bank Level Dynamic Resource Docs.
DocumentationApi o_bpv1_4_0_get_resource_docs_obp GET /obp/v5.0.0/resource-docs/{API_VERSION}/obp Get Resource Docs.
DocumentationApi o_bpv1_4_0_get_resource_docs_swagger GET /obp/v5.0.0/resource-docs/{API_VERSION}/swagger Get Swagger documentation
DocumentationApi o_bpv2_2_0_get_message_docs GET /obp/v5.0.0/message-docs/CONNECTOR Get Message Docs
DocumentationApi o_bpv3_0_0_get_api_glossary GET /obp/v5.0.0/api/glossary Get Glossary of the API
DocumentationApi o_bpv3_1_0_get_message_docs_swagger GET /obp/v5.0.0/message-docs/CONNECTOR/swagger2.0 Get Message Docs Swagger
DocumentationApi o_bpv4_0_0_get_scanned_api_versions GET /obp/v5.0.0/api/versions Get scanned API Versions
DynamicEndpointManageApi o_bpv4_0_0_create_bank_level_dynamic_endpoint POST /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints Create Bank Level Dynamic Endpoint
DynamicEndpointManageApi o_bpv4_0_0_create_dynamic_endpoint POST /obp/v5.0.0/management/dynamic-endpoints Create Dynamic Endpoint
DynamicEndpointManageApi o_bpv4_0_0_delete_bank_level_dynamic_endpoint DELETE /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Delete Bank Level Dynamic Endpoint
DynamicEndpointManageApi o_bpv4_0_0_delete_dynamic_endpoint DELETE /obp/v5.0.0/management/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Delete Dynamic Endpoint
DynamicEndpointManageApi o_bpv4_0_0_delete_my_dynamic_endpoint DELETE /obp/v5.0.0/my/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Delete My Dynamic Endpoint
DynamicEndpointManageApi o_bpv4_0_0_get_bank_level_dynamic_endpoint GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Get Bank Level Dynamic Endpoint
DynamicEndpointManageApi o_bpv4_0_0_get_bank_level_dynamic_endpoints GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints Get Bank Level Dynamic Endpoints
DynamicEndpointManageApi o_bpv4_0_0_get_dynamic_endpoint GET /obp/v5.0.0/management/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Get Dynamic Endpoint
DynamicEndpointManageApi o_bpv4_0_0_get_dynamic_endpoints GET /obp/v5.0.0/management/dynamic-endpoints Get Dynamic Endpoints
DynamicEndpointManageApi o_bpv4_0_0_get_my_dynamic_endpoints GET /obp/v5.0.0/my/dynamic-endpoints Get My Dynamic Endpoints
DynamicEndpointManageApi o_bpv4_0_0_update_bank_level_dynamic_endpoint_host PUT /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints/DYNAMIC_ENDPOINT_ID/host Update Bank Level Dynamic Endpoint Host
DynamicEndpointManageApi o_bpv4_0_0_update_dynamic_endpoint_host PUT /obp/v5.0.0/management/dynamic-endpoints/DYNAMIC_ENDPOINT_ID/host Update Dynamic Endpoint Host
DynamicEntityManageApi o_bpv4_0_0_create_bank_level_dynamic_entity POST /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities Create Bank Level Dynamic Entity
DynamicEntityManageApi o_bpv4_0_0_create_system_dynamic_entity POST /obp/v5.0.0/management/system-dynamic-entities Create System Level Dynamic Entity
DynamicEntityManageApi o_bpv4_0_0_delete_bank_level_dynamic_entity DELETE /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities/{DYNAMIC_ENTITY_ID} Delete Bank Level Dynamic Entity
DynamicEntityManageApi o_bpv4_0_0_delete_my_dynamic_entity DELETE /obp/v5.0.0/my/dynamic-entities/{DYNAMIC_ENTITY_ID} Delete My Dynamic Entity
DynamicEntityManageApi o_bpv4_0_0_delete_system_dynamic_entity DELETE /obp/v5.0.0/management/system-dynamic-entities/{DYNAMIC_ENTITY_ID} Delete System Level Dynamic Entity
DynamicEntityManageApi o_bpv4_0_0_get_bank_level_dynamic_entities GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities Get Bank Level Dynamic Entities
DynamicEntityManageApi o_bpv4_0_0_get_my_dynamic_entities GET /obp/v5.0.0/my/dynamic-entities Get My Dynamic Entities
DynamicEntityManageApi o_bpv4_0_0_get_system_dynamic_entities GET /obp/v5.0.0/management/system-dynamic-entities Get System Dynamic Entities
DynamicEntityManageApi o_bpv4_0_0_update_bank_level_dynamic_entity PUT /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities/{DYNAMIC_ENTITY_ID} Update Bank Level Dynamic Entity
DynamicEntityManageApi o_bpv4_0_0_update_my_dynamic_entity PUT /obp/v5.0.0/my/dynamic-entities/{DYNAMIC_ENTITY_ID} Update My Dynamic Entity
DynamicEntityManageApi o_bpv4_0_0_update_system_dynamic_entity PUT /obp/v5.0.0/management/system-dynamic-entities/{DYNAMIC_ENTITY_ID} Update System Level Dynamic Entity
DynamicMessageDocApi o_bpv4_0_0_create_bank_level_dynamic_message_doc POST /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-message-docs Create Bank Level Dynamic Message Doc
DynamicMessageDocApi o_bpv4_0_0_create_dynamic_message_doc POST /obp/v5.0.0/management/dynamic-message-docs Create Dynamic Message Doc
DynamicMessageDocApi o_bpv4_0_0_delete_bank_level_dynamic_message_doc DELETE /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Delete Bank Level Dynamic Message Doc
DynamicMessageDocApi o_bpv4_0_0_delete_dynamic_message_doc DELETE /obp/v5.0.0/management/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Delete Dynamic Message Doc
DynamicMessageDocApi o_bpv4_0_0_get_all_bank_level_dynamic_message_docs GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-message-docs Get all Bank Level Dynamic Message Docs
DynamicMessageDocApi o_bpv4_0_0_get_all_dynamic_message_docs GET /obp/v5.0.0/management/dynamic-message-docs Get all Dynamic Message Docs
DynamicMessageDocApi o_bpv4_0_0_get_bank_level_dynamic_message_doc GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Get Bank Level Dynamic Message Doc
DynamicMessageDocApi o_bpv4_0_0_get_dynamic_message_doc GET /obp/v5.0.0/management/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Get Dynamic Message Doc
DynamicMessageDocApi o_bpv4_0_0_update_bank_level_dynamic_message_doc PUT /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Update Bank Level Dynamic Message Doc
DynamicMessageDocApi o_bpv4_0_0_update_dynamic_message_doc PUT /obp/v5.0.0/management/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Update Dynamic Message Doc
DynamicResourceDocApi o_bpv4_0_0_build_dynamic_endpoint_template POST /obp/v5.0.0/management/dynamic-resource-docs/endpoint-code Create Dynamic Resource Doc endpoint code
DynamicResourceDocApi o_bpv4_0_0_create_bank_level_dynamic_resource_doc POST /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-resource-docs Create Bank Level Dynamic Resource Doc
DynamicResourceDocApi o_bpv4_0_0_create_dynamic_resource_doc POST /obp/v5.0.0/management/dynamic-resource-docs Create Dynamic Resource Doc
DynamicResourceDocApi o_bpv4_0_0_delete_bank_level_dynamic_resource_doc DELETE /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Delete Bank Level Dynamic Resource Doc
DynamicResourceDocApi o_bpv4_0_0_delete_dynamic_resource_doc DELETE /obp/v5.0.0/management/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Delete Dynamic Resource Doc
DynamicResourceDocApi o_bpv4_0_0_get_all_bank_level_dynamic_resource_docs GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-resource-docs Get all Bank Level Dynamic Resource Docs
DynamicResourceDocApi o_bpv4_0_0_get_all_dynamic_resource_docs GET /obp/v5.0.0/management/dynamic-resource-docs Get all Dynamic Resource Docs
DynamicResourceDocApi o_bpv4_0_0_get_bank_level_dynamic_resource_doc GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Get Bank Level Dynamic Resource Doc by Id
DynamicResourceDocApi o_bpv4_0_0_get_dynamic_resource_doc GET /obp/v5.0.0/management/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Get Dynamic Resource Doc by Id
DynamicResourceDocApi o_bpv4_0_0_test_dynamic_resource_doc POST /test-dynamic-resource-doc/my_user/MY_USER_ID A test endpoint
DynamicResourceDocApi o_bpv4_0_0_update_bank_level_dynamic_resource_doc PUT /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Update Bank Level Dynamic Resource Doc
DynamicResourceDocApi o_bpv4_0_0_update_dynamic_resource_doc PUT /obp/v5.0.0/management/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Update Dynamic Resource Doc
EndpointMappingApi o_bpv4_0_0_create_bank_level_endpoint_mapping POST /obp/v5.0.0/management/banks/{BANK_ID}/endpoint-mappings Create Bank Level Endpoint Mapping
EndpointMappingApi o_bpv4_0_0_create_endpoint_mapping POST /obp/v5.0.0/management/endpoint-mappings Create Endpoint Mapping
EndpointMappingApi o_bpv4_0_0_delete_bank_level_endpoint_mapping DELETE /obp/v5.0.0/management/banks/{BANK_ID}/endpoint-mappings/ENDPOINT_MAPPING_ID Delete Bank Level Endpoint Mapping
EndpointMappingApi o_bpv4_0_0_delete_endpoint_mapping DELETE /obp/v5.0.0/management/endpoint-mappings/ENDPOINT_MAPPING_ID Delete Endpoint Mapping
EndpointMappingApi o_bpv4_0_0_get_all_bank_level_endpoint_mappings GET /obp/v5.0.0/management/banks/{BANK_ID}/endpoint-mappings Get all Bank Level Endpoint Mappings
EndpointMappingApi o_bpv4_0_0_get_all_endpoint_mappings GET /obp/v5.0.0/management/endpoint-mappings Get all Endpoint Mappings
EndpointMappingApi o_bpv4_0_0_get_bank_level_endpoint_mapping GET /obp/v5.0.0/management/banks/{BANK_ID}/endpoint-mappings/ENDPOINT_MAPPING_ID Get Bank Level Endpoint Mapping
EndpointMappingApi o_bpv4_0_0_get_endpoint_mapping GET /obp/v5.0.0/management/endpoint-mappings/ENDPOINT_MAPPING_ID Get Endpoint Mapping by Id
EndpointMappingApi o_bpv4_0_0_update_bank_level_endpoint_mapping PUT /obp/v5.0.0/management/banks/{BANK_ID}/endpoint-mappings/ENDPOINT_MAPPING_ID Update Bank Level Endpoint Mapping
EndpointMappingApi o_bpv4_0_0_update_endpoint_mapping PUT /obp/v5.0.0/management/endpoint-mappings/ENDPOINT_MAPPING_ID Update Endpoint Mapping
EntitlementApi o_bpv2_0_0_add_entitlement POST /obp/v5.0.0/users/{USER_ID}/entitlements Add Entitlement for a User
EntitlementApi o_bpv2_0_0_delete_entitlement DELETE /obp/v5.0.0/users/{USER_ID}/entitlement/{ENTITLEMENT_ID} Delete Entitlement
EntitlementApi o_bpv2_0_0_get_permissions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/permissions Get access
EntitlementApi o_bpv2_1_0_get_entitlements_by_bank_and_user GET /obp/v5.0.0/banks/{BANK_ID}/users/{USER_ID}/entitlements Get Entitlements for User at Bank
EntitlementApi o_bpv3_0_0_add_entitlement_request POST /obp/v5.0.0/entitlement-requests Create Entitlement Request for current User
EntitlementApi o_bpv3_0_0_delete_entitlement_request DELETE /obp/v5.0.0/entitlement-requests/{ENTITLEMENT_REQUEST_ID} Delete Entitlement Request
EntitlementApi o_bpv3_0_0_get_all_entitlement_requests GET /obp/v5.0.0/entitlement-requests Get all Entitlement Requests
EntitlementApi o_bpv3_0_0_get_entitlement_requests GET /obp/v5.0.0/users/{USER_ID}/entitlement-requests Get Entitlement Requests for a User
EntitlementApi o_bpv3_0_0_get_entitlement_requests_for_current_user GET /obp/v5.0.0/my/entitlement-requests Get Entitlement Requests for the current User
EntitlementApi o_bpv3_0_0_get_entitlements_for_current_user GET /obp/v5.0.0/my/entitlements Get Entitlements for the current User
EntitlementApi o_bpv3_1_0_get_all_entitlements GET /obp/v5.0.0/entitlements Get all Entitlements
EntitlementApi o_bpv4_0_0_create_user_with_roles POST /obp/v5.0.0/user-entitlements Create (DAuth) User with Roles
EntitlementApi o_bpv4_0_0_get_entitlements GET /obp/v5.0.0/users/{USER_ID}/entitlements Get Entitlements for User
EntitlementApi o_bpv4_0_0_get_entitlements_for_bank GET /obp/v5.0.0/banks/{BANK_ID}/entitlements Get Entitlements for One Bank
ExperimentalApi o_bpv3_1_0_create_meeting POST /obp/v5.0.0/banks/{BANK_ID}/meetings Create Meeting (video conference/call)
ExperimentalApi o_bpv3_1_0_get_meeting GET /obp/v5.0.0/banks/{BANK_ID}/meetings/{MEETING_ID} Get Meeting
ExperimentalApi o_bpv3_1_0_get_meetings GET /obp/v5.0.0/banks/{BANK_ID}/meetings Get Meetings
FXApi o_bpv2_2_0_create_fx PUT /obp/v5.0.0/banks/{BANK_ID}/fx Create Fx
FXApi o_bpv2_2_0_get_current_fx_rate GET /obp/v5.0.0/banks/{BANK_ID}/fx/{FROM_CURRENCY_CODE}/{TO_CURRENCY_CODE} Get Current FxRate
FirehoseDataApi o_bpv3_0_0_get_firehose_transactions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/firehose/accounts/{ACCOUNT_ID}/views/{VIEW_ID}/transactions Get Firehose Transactions for Account
FirehoseDataApi o_bpv3_1_0_get_firehose_customers GET /obp/v5.0.0/banks/{BANK_ID}/firehose/customers Get Firehose Customers
FirehoseDataApi o_bpv4_0_0_get_fast_firehose_accounts_at_one_bank GET /obp/v5.0.0/management/banks/{BANK_ID}/fast-firehose/accounts Get Fast Firehose Accounts at Bank
FirehoseDataApi o_bpv4_0_0_get_firehose_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/firehose/accounts/views/{VIEW_ID} Get Firehose Accounts at Bank
JSONSchemaValidationApi o_bpv4_0_0_create_json_schema_validation POST /obp/v5.0.0/management/json-schema-validations/OPERATION_ID Create a JSON Schema Validation
JSONSchemaValidationApi o_bpv4_0_0_delete_json_schema_validation DELETE /obp/v5.0.0/management/json-schema-validations/OPERATION_ID Delete a JSON Schema Validation
JSONSchemaValidationApi o_bpv4_0_0_get_all_json_schema_validations GET /obp/v5.0.0/management/json-schema-validations Get all JSON Schema Validations
JSONSchemaValidationApi o_bpv4_0_0_get_all_json_schema_validations_public GET /obp/v5.0.0/endpoints/json-schema-validations Get all JSON Schema Validations - public
JSONSchemaValidationApi o_bpv4_0_0_get_json_schema_validation GET /obp/v5.0.0/management/json-schema-validations/OPERATION_ID Get a JSON Schema Validation
JSONSchemaValidationApi o_bpv4_0_0_update_json_schema_validation PUT /obp/v5.0.0/management/json-schema-validations/OPERATION_ID Update a JSON Schema Validation
KYCApi o_bpv2_0_0_add_kyc_check PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_check/{KYC_CHECK_ID} Add KYC Check
KYCApi o_bpv2_0_0_add_kyc_document PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_documents/{KYC_DOCUMENT_ID} Add KYC Document
KYCApi o_bpv2_0_0_add_kyc_media PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_media/{KYC_MEDIA_ID} Add KYC Media
KYCApi o_bpv2_0_0_add_kyc_status PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_statuses Add KYC Status
KYCApi o_bpv2_0_0_get_kyc_checks GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_checks Get Customer KYC Checks
KYCApi o_bpv2_0_0_get_kyc_documents GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_documents Get Customer KYC Documents
KYCApi o_bpv2_0_0_get_kyc_media GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_media Get KYC Media for a customer
KYCApi o_bpv2_0_0_get_kyc_statuses GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_statuses Get Customer KYC statuses
KYCApi o_bpv3_1_0_create_tax_residence POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/tax-residence Create Tax Residence
KYCApi o_bpv3_1_0_delete_customer_address DELETE /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/addresses/{CUSTOMER_ADDRESS_ID} Delete Customer Address
KYCApi o_bpv3_1_0_delete_tax_residence DELETE /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/tax_residencies/{TAX_RESIDENCE_ID} Delete Tax Residence
KYCApi o_bpv3_1_0_get_customer_addresses GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/addresses Get Customer Addresses
KYCApi o_bpv3_1_0_get_customer_by_customer_number POST /obp/v5.0.0/banks/{BANK_ID}/customers/customer-number Get Customer by CUSTOMER_NUMBER
KYCApi o_bpv3_1_0_get_tax_residence GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/tax-residences Get Tax Residences of Customer
KYCApi o_bpv4_0_0_create_user_invitation POST /obp/v5.0.0/banks/{BANK_ID}/user-invitation Create User Invitation
KYCApi o_bpv4_0_0_get_customers_by_customer_phone_number POST /obp/v5.0.0/banks/{BANK_ID}/search/customers/mobile-phone-number Get Customers by MOBILE_PHONE_NUMBER
KYCApi o_bpv4_0_0_get_user_invitation_anonymous POST /obp/v5.0.0/banks/{BANK_ID}/user-invitations Get User Invitation Information
KYCApi o_bpv5_0_0_get_customer_overview POST /obp/v5.0.0/banks/{BANK_ID}/customers/customer-number-query/overview Get Customer Overview
KYCApi o_bpv5_0_0_get_customer_overview_flat POST /obp/v5.0.0/banks/{BANK_ID}/customers/customer-number-query/overview-flat Get Customer Overview Flat
MethodRoutingApi o_bpv3_1_0_create_method_routing POST /obp/v5.0.0/management/method_routings Create MethodRouting
MethodRoutingApi o_bpv3_1_0_delete_method_routing DELETE /obp/v5.0.0/management/method_routings/{METHOD_ROUTING_ID} Delete MethodRouting
MethodRoutingApi o_bpv3_1_0_get_method_routings GET /obp/v5.0.0/management/method_routings Get MethodRoutings
MethodRoutingApi o_bpv3_1_0_update_method_routing PUT /obp/v5.0.0/management/method_routings/{METHOD_ROUTING_ID} Update MethodRouting
MetricApi o_bpv2_0_0_elastic_search_metrics GET /obp/v5.0.0/search/metrics Search API Metrics via Elasticsearch
MetricApi o_bpv2_1_0_get_metrics GET /obp/v5.0.0/management/metrics Get Metrics
MetricApi o_bpv2_2_0_get_connector_metrics GET /obp/v5.0.0/management/connector/metrics Get Connector Metrics
MetricApi o_bpv3_0_0_get_aggregate_metrics GET /obp/v5.0.0/management/aggregate-metrics Get Aggregate Metrics
MetricApi o_bpv3_1_0_get_metrics_top_consumers GET /obp/v5.0.0/management/metrics/top-consumers Get Top Consumers
MetricApi o_bpv3_1_0_get_top_apis GET /obp/v5.0.0/management/metrics/top-apis Get Top APIs
MetricApi o_bpv5_0_0_get_metrics_at_bank GET /obp/v5.0.0/management/metrics/banks/{BANK_ID} Get Metrics at Bank
NewStyleApi o_bpv1_2_1_add_comment_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/comments Add a Transaction Comment
NewStyleApi o_bpv1_2_1_add_counterparty_image_url POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/image_url Add image url to other bank account
NewStyleApi o_bpv1_2_1_add_counterparty_more_info POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/more_info Add Counterparty More Info
NewStyleApi o_bpv1_2_1_add_counterparty_open_corporates_url POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/open_corporates_url Add Open Corporates URL to Counterparty
NewStyleApi o_bpv1_2_1_add_counterparty_public_alias POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Add public alias to other bank account
NewStyleApi o_bpv1_2_1_add_counterparty_url POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/url Add url to other bank account
NewStyleApi o_bpv1_2_1_add_image_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/images Add a Transaction Image
NewStyleApi o_bpv1_2_1_add_other_account_private_alias POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Create Other Account Private Alias
NewStyleApi o_bpv1_2_1_add_tag_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/tags Add a Transaction Tag
NewStyleApi o_bpv1_2_1_add_transaction_narrative POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Add a Transaction Narrative
NewStyleApi o_bpv1_2_1_add_where_tag_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Add a Transaction where Tag
NewStyleApi o_bpv1_2_1_delete_comment_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/comments/{COMMENT_ID} Delete a Transaction Comment
NewStyleApi o_bpv1_2_1_delete_counterparty_corporate_location DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/corporate_location Delete Counterparty Corporate Location
NewStyleApi o_bpv1_2_1_delete_counterparty_image_url DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/image_url Delete Counterparty Image URL
NewStyleApi o_bpv1_2_1_delete_counterparty_more_info DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/more_info Delete more info of other bank account
NewStyleApi o_bpv1_2_1_delete_counterparty_open_corporates_url DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/open_corporates_url Delete Counterparty Open Corporates URL
NewStyleApi o_bpv1_2_1_delete_counterparty_physical_location DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/physical_location Delete Counterparty Physical Location
NewStyleApi o_bpv1_2_1_delete_counterparty_private_alias DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Delete Counterparty Private Alias
NewStyleApi o_bpv1_2_1_delete_counterparty_public_alias DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Delete Counterparty Public Alias
NewStyleApi o_bpv1_2_1_delete_counterparty_url DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/url Delete url of other bank account
NewStyleApi o_bpv1_2_1_delete_image_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/images/{IMAGE_ID} Delete a Transaction Image
NewStyleApi o_bpv1_2_1_delete_tag_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/tags/{TAG_ID} Delete a Transaction Tag
NewStyleApi o_bpv1_2_1_delete_transaction_narrative DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Delete a Transaction Narrative
NewStyleApi o_bpv1_2_1_delete_view_for_bank_account DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views/{VIEW_ID} Delete View
NewStyleApi o_bpv1_2_1_delete_where_tag_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Delete a Transaction Tag
NewStyleApi o_bpv1_2_1_get_comments_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/comments Get Transaction Comments
NewStyleApi o_bpv1_2_1_get_counterparty_public_alias GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Get public alias of other bank account
NewStyleApi o_bpv1_2_1_get_images_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/images Get Transaction Images
NewStyleApi o_bpv1_2_1_get_other_account_metadata GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata Get Other Account Metadata
NewStyleApi o_bpv1_2_1_get_other_account_private_alias GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Get Other Account Private Alias
NewStyleApi o_bpv1_2_1_get_tags_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/tags Get Transaction Tags
NewStyleApi o_bpv1_2_1_get_transaction_narrative GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Get a Transaction Narrative
NewStyleApi o_bpv1_2_1_get_where_tag_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Get a Transaction where Tag
NewStyleApi o_bpv1_2_1_update_counterparty_image_url PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/image_url Update Counterparty Image Url
NewStyleApi o_bpv1_2_1_update_counterparty_more_info PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/more_info Update Counterparty More Info
NewStyleApi o_bpv1_2_1_update_counterparty_open_corporates_url PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/open_corporates_url Update Open Corporates Url of Counterparty
NewStyleApi o_bpv1_2_1_update_counterparty_private_alias PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/private_alias Update Counterparty Private Alias
NewStyleApi o_bpv1_2_1_update_counterparty_public_alias PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/public_alias Update public alias of other bank account
NewStyleApi o_bpv1_2_1_update_counterparty_url PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID}/metadata/url Update url of other bank account
NewStyleApi o_bpv1_2_1_update_transaction_narrative PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Update a Transaction Narrative
NewStyleApi o_bpv1_2_1_update_where_tag_for_view_on_transaction PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Update a Transaction where Tag
NewStyleApi o_bpv1_4_0_get_transaction_request_types GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types Get Transaction Request Types for Account
NewStyleApi o_bpv2_0_0_add_entitlement POST /obp/v5.0.0/users/{USER_ID}/entitlements Add Entitlement for a User
NewStyleApi o_bpv2_0_0_add_kyc_check PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_check/{KYC_CHECK_ID} Add KYC Check
NewStyleApi o_bpv2_0_0_add_kyc_document PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_documents/{KYC_DOCUMENT_ID} Add KYC Document
NewStyleApi o_bpv2_0_0_add_kyc_media PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_media/{KYC_MEDIA_ID} Add KYC Media
NewStyleApi o_bpv2_0_0_add_kyc_status PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/kyc_statuses Add KYC Status
NewStyleApi o_bpv2_0_0_delete_entitlement DELETE /obp/v5.0.0/users/{USER_ID}/entitlement/{ENTITLEMENT_ID} Delete Entitlement
NewStyleApi o_bpv2_0_0_get_kyc_checks GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_checks Get Customer KYC Checks
NewStyleApi o_bpv2_0_0_get_kyc_documents GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_documents Get Customer KYC Documents
NewStyleApi o_bpv2_0_0_get_kyc_media GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_media Get KYC Media for a customer
NewStyleApi o_bpv2_0_0_get_kyc_statuses GET /obp/v5.0.0/customers/{CUSTOMER_ID}/kyc_statuses Get Customer KYC statuses
NewStyleApi o_bpv2_0_0_get_permissions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/permissions Get access
NewStyleApi o_bpv2_0_0_get_transaction_types GET /obp/v5.0.0/banks/{BANK_ID}/transaction-types Get Transaction Types at Bank
NewStyleApi o_bpv2_0_0_public_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts/public Get Public Accounts at Bank
NewStyleApi o_bpv2_1_0_get_entitlements_by_bank_and_user GET /obp/v5.0.0/banks/{BANK_ID}/users/{USER_ID}/entitlements Get Entitlements for User at Bank
NewStyleApi o_bpv2_1_0_get_metrics GET /obp/v5.0.0/management/metrics Get Metrics
NewStyleApi o_bpv2_1_0_get_roles GET /obp/v5.0.0/roles Get Roles
NewStyleApi o_bpv2_1_0_get_transaction_request_types_supported_by_bank GET /obp/v5.0.0/banks/{BANK_ID}/transaction-request-types Get Transaction Request Types at Bank
NewStyleApi o_bpv2_2_0_get_connector_metrics GET /obp/v5.0.0/management/connector/metrics Get Connector Metrics
NewStyleApi o_bpv2_2_0_get_current_fx_rate GET /obp/v5.0.0/banks/{BANK_ID}/fx/{FROM_CURRENCY_CODE}/{TO_CURRENCY_CODE} Get Current FxRate
NewStyleApi o_bpv2_2_0_get_message_docs GET /obp/v5.0.0/message-docs/CONNECTOR Get Message Docs
NewStyleApi o_bpv3_0_0_add_entitlement_request POST /obp/v5.0.0/entitlement-requests Create Entitlement Request for current User
NewStyleApi o_bpv3_0_0_core_private_accounts_all_banks GET /obp/v5.0.0/my/accounts Get Accounts at all Banks (private)
NewStyleApi o_bpv3_0_0_create_view_for_bank_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views Create View
NewStyleApi o_bpv3_0_0_data_warehouse_search POST /obp/v5.0.0/search/warehouse/{INDEX} Data Warehouse Search
NewStyleApi o_bpv3_0_0_data_warehouse_statistics POST /obp/v5.0.0/search/warehouse/statistics/{INDEX}/{FIELD} Data Warehouse Statistics
NewStyleApi o_bpv3_0_0_delete_entitlement_request DELETE /obp/v5.0.0/entitlement-requests/{ENTITLEMENT_REQUEST_ID} Delete Entitlement Request
NewStyleApi o_bpv3_0_0_delete_scope DELETE /obp/v5.0.0/consumers/{CONSUMER_ID}/scope/{SCOPE_ID} Delete Consumer Scope
NewStyleApi o_bpv3_0_0_get_accounts_held GET /obp/v5.0.0/banks/{BANK_ID}/accounts-held Get Accounts Held
NewStyleApi o_bpv3_0_0_get_adapter_info_for_bank GET /obp/v5.0.0/banks/{BANK_ID}/adapter Get Adapter Info for a bank
NewStyleApi o_bpv3_0_0_get_aggregate_metrics GET /obp/v5.0.0/management/aggregate-metrics Get Aggregate Metrics
NewStyleApi o_bpv3_0_0_get_all_entitlement_requests GET /obp/v5.0.0/entitlement-requests Get all Entitlement Requests
NewStyleApi o_bpv3_0_0_get_api_glossary GET /obp/v5.0.0/api/glossary Get Glossary of the API
NewStyleApi o_bpv3_0_0_get_branch GET /obp/v5.0.0/banks/{BANK_ID}/branches/{BRANCH_ID} Get Branch
NewStyleApi o_bpv3_0_0_get_branches GET /obp/v5.0.0/banks/{BANK_ID}/branches Get Branches for a Bank
NewStyleApi o_bpv3_0_0_get_core_transactions_for_bank_account GET /obp/v5.0.0/my/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions Get Transactions for Account (Core)
NewStyleApi o_bpv3_0_0_get_current_user GET /obp/v5.0.0/users/current Get User (Current)
NewStyleApi o_bpv3_0_0_get_customers_for_user GET /obp/v5.0.0/users/current/customers Get Customers for Current User
NewStyleApi o_bpv3_0_0_get_entitlement_requests GET /obp/v5.0.0/users/{USER_ID}/entitlement-requests Get Entitlement Requests for a User
NewStyleApi o_bpv3_0_0_get_entitlement_requests_for_current_user GET /obp/v5.0.0/my/entitlement-requests Get Entitlement Requests for the current User
NewStyleApi o_bpv3_0_0_get_entitlements_for_current_user GET /obp/v5.0.0/my/entitlements Get Entitlements for the current User
NewStyleApi o_bpv3_0_0_get_firehose_transactions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/firehose/accounts/{ACCOUNT_ID}/views/{VIEW_ID}/transactions Get Firehose Transactions for Account
NewStyleApi o_bpv3_0_0_get_other_account_by_id_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts/{OTHER_ACCOUNT_ID} Get Other Account by Id
NewStyleApi o_bpv3_0_0_get_other_accounts_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/other_accounts Get Other Accounts of one Account
NewStyleApi o_bpv3_0_0_get_permission_for_user_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/permissions/{PROVIDER}/{PROVIDER_ID} Get Account access for User
NewStyleApi o_bpv3_0_0_get_private_account_idsby_bank_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/account_ids/private Get Accounts at Bank (IDs only)
NewStyleApi o_bpv3_0_0_get_public_account_by_id GET /obp/v5.0.0/banks/{BANK_ID}/public/accounts/{ACCOUNT_ID}/{VIEW_ID}/account Get Public Account by Id
NewStyleApi o_bpv3_0_0_get_transactions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions Get Transactions for Account (Full)
NewStyleApi o_bpv3_0_0_private_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts/private Get Accounts at Bank (Minimal)
NewStyleApi o_bpv3_0_0_update_view_for_bank_account PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views/{VIEW_ID} Update View
NewStyleApi o_bpv3_1_0_answer_consent_challenge POST /obp/v5.0.0/banks/{BANK_ID}/consents/{CONSENT_ID}/challenge Answer Consent Challenge
NewStyleApi o_bpv3_1_0_check_funds_available GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/funds-available Check Available Funds
NewStyleApi o_bpv3_1_0_config GET /obp/v5.0.0/config Get API Configuration
NewStyleApi o_bpv3_1_0_create_account_application POST /obp/v5.0.0/banks/{BANK_ID}/account-applications Create Account Application
NewStyleApi o_bpv3_1_0_create_account_attribute POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/products/{PRODUCT_CODE}/attribute Create Account Attribute
NewStyleApi o_bpv3_1_0_create_account_webhook POST /obp/v5.0.0/banks/{BANK_ID}/account-web-hooks Create an Account Webhook
NewStyleApi o_bpv3_1_0_create_card_attribute POST /obp/v5.0.0/management/banks/{BANK_ID}/cards/{CARD_ID}/attribute Create Card Attribute
NewStyleApi o_bpv3_1_0_create_consent_email POST /obp/v5.0.0/banks/{BANK_ID}/my/consents/EMAIL Create Consent (EMAIL)
NewStyleApi o_bpv3_1_0_create_consent_sms POST /obp/v5.0.0/banks/{BANK_ID}/my/consents/SMS Create Consent (SMS)
NewStyleApi o_bpv3_1_0_create_credit_limit_request POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/credit_limit/requests Create Credit Limit Order Request
NewStyleApi o_bpv3_1_0_create_customer_address POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/address Create Address
NewStyleApi o_bpv3_1_0_create_meeting POST /obp/v5.0.0/banks/{BANK_ID}/meetings Create Meeting (video conference/call)
NewStyleApi o_bpv3_1_0_create_method_routing POST /obp/v5.0.0/management/method_routings Create MethodRouting
NewStyleApi o_bpv3_1_0_create_product_collection PUT /obp/v5.0.0/banks/{BANK_ID}/product-collections/{COLLECTION_CODE} Create Product Collection
NewStyleApi o_bpv3_1_0_create_tax_residence POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/tax-residence Create Tax Residence
NewStyleApi o_bpv3_1_0_create_web_ui_props POST /obp/v5.0.0/management/webui_props Create WebUiProps
NewStyleApi o_bpv3_1_0_delete_branch DELETE /obp/v5.0.0/banks/{BANK_ID}/branches/{BRANCH_ID} Delete Branch
NewStyleApi o_bpv3_1_0_delete_card_for_bank DELETE /obp/v5.0.0/management/banks/{BANK_ID}/cards/{CARD_ID} Delete Card
NewStyleApi o_bpv3_1_0_delete_customer_address DELETE /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/addresses/{CUSTOMER_ADDRESS_ID} Delete Customer Address
NewStyleApi o_bpv3_1_0_delete_method_routing DELETE /obp/v5.0.0/management/method_routings/{METHOD_ROUTING_ID} Delete MethodRouting
NewStyleApi o_bpv3_1_0_delete_product_attribute DELETE /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/attributes/{PRODUCT_ATTRIBUTE_ID} Delete Product Attribute
NewStyleApi o_bpv3_1_0_delete_tax_residence DELETE /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/tax_residencies/{TAX_RESIDENCE_ID} Delete Tax Residence
NewStyleApi o_bpv3_1_0_delete_user_auth_context_by_id DELETE /obp/v5.0.0/users/{USER_ID}/auth-context/{USER_AUTH_CONTEXT_ID} Delete User Auth Context
NewStyleApi o_bpv3_1_0_delete_user_auth_contexts DELETE /obp/v5.0.0/users/{USER_ID}/auth-context Delete User's Auth Contexts
NewStyleApi o_bpv3_1_0_delete_web_ui_props DELETE /obp/v5.0.0/management/webui_props/{WEB_UI_PROPS_ID} Delete WebUiProps
NewStyleApi o_bpv3_1_0_enable_disable_account_webhook PUT /obp/v5.0.0/banks/{BANK_ID}/account-web-hooks Enable/Disable an Account Webhook
NewStyleApi o_bpv3_1_0_enable_disable_consumers PUT /obp/v5.0.0/management/consumers/{CONSUMER_ID} Enable or Disable Consumers
NewStyleApi o_bpv3_1_0_get_account_application GET /obp/v5.0.0/banks/{BANK_ID}/account-applications/{ACCOUNT_APPLICATION_ID} Get Account Application by Id
NewStyleApi o_bpv3_1_0_get_account_applications GET /obp/v5.0.0/banks/{BANK_ID}/account-applications Get Account Applications
NewStyleApi o_bpv3_1_0_get_account_webhooks GET /obp/v5.0.0/management/banks/{BANK_ID}/account-web-hooks Get Account Webhooks
NewStyleApi o_bpv3_1_0_get_all_entitlements GET /obp/v5.0.0/entitlements Get all Entitlements
NewStyleApi o_bpv3_1_0_get_bad_login_status GET /obp/v5.0.0/users/{USERNAME}/lock-status Get User Lock Status
NewStyleApi o_bpv3_1_0_get_calls_limit GET /obp/v5.0.0/management/consumers/{CONSUMER_ID}/consumer/call-limits Get Call Limits for a Consumer
NewStyleApi o_bpv3_1_0_get_card_for_bank GET /obp/v5.0.0/management/banks/{BANK_ID}/cards/{CARD_ID} Get Card By Id
NewStyleApi o_bpv3_1_0_get_cards_for_bank GET /obp/v5.0.0/management/banks/{BANK_ID}/cards Get Cards for the specified bank
NewStyleApi o_bpv3_1_0_get_checkbook_orders GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/checkbook/orders Get Checkbook orders
NewStyleApi o_bpv3_1_0_get_consumer GET /obp/v5.0.0/management/consumers/{CONSUMER_ID} Get Consumer
NewStyleApi o_bpv3_1_0_get_consumers GET /obp/v5.0.0/management/consumers Get Consumers
NewStyleApi o_bpv3_1_0_get_consumers_for_current_user GET /obp/v5.0.0/management/users/current/consumers Get Consumers (logged in User)
NewStyleApi o_bpv3_1_0_get_credit_limit_request_by_request_id GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/credit_limit/requests/{REQUEST_ID} Get Credit Limit Order Request By Request Id
NewStyleApi o_bpv3_1_0_get_credit_limit_requests GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/credit_limit/requests Get Credit Limit Order Requests
NewStyleApi o_bpv3_1_0_get_customer_addresses GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/addresses Get Customer Addresses
NewStyleApi o_bpv3_1_0_get_customer_by_customer_id GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID} Get Customer by CUSTOMER_ID
NewStyleApi o_bpv3_1_0_get_customer_by_customer_number POST /obp/v5.0.0/banks/{BANK_ID}/customers/customer-number Get Customer by CUSTOMER_NUMBER
NewStyleApi o_bpv3_1_0_get_firehose_customers GET /obp/v5.0.0/banks/{BANK_ID}/firehose/customers Get Firehose Customers
NewStyleApi o_bpv3_1_0_get_meeting GET /obp/v5.0.0/banks/{BANK_ID}/meetings/{MEETING_ID} Get Meeting
NewStyleApi o_bpv3_1_0_get_meetings GET /obp/v5.0.0/banks/{BANK_ID}/meetings Get Meetings
NewStyleApi o_bpv3_1_0_get_message_docs_swagger GET /obp/v5.0.0/message-docs/CONNECTOR/swagger2.0 Get Message Docs Swagger
NewStyleApi o_bpv3_1_0_get_method_routings GET /obp/v5.0.0/management/method_routings Get MethodRoutings
NewStyleApi o_bpv3_1_0_get_metrics_top_consumers GET /obp/v5.0.0/management/metrics/top-consumers Get Top Consumers
NewStyleApi o_bpv3_1_0_get_o_auth2_server_jwks_uris GET /obp/v5.0.0/jwks-uris Get JSON Web Key (JWK) URIs
NewStyleApi o_bpv3_1_0_get_obp_connector_loopback GET /obp/v5.0.0/connector/loopback Get Connector Status (Loopback)
NewStyleApi o_bpv3_1_0_get_product_collection GET /obp/v5.0.0/banks/{BANK_ID}/product-collections/{COLLECTION_CODE} Get Product Collection
NewStyleApi o_bpv3_1_0_get_product_tree GET /obp/v5.0.0/banks/{BANK_ID}/product-tree/{PRODUCT_CODE} Get Product Tree
NewStyleApi o_bpv3_1_0_get_rate_limiting_info GET /obp/v5.0.0/rate-limiting Get Rate Limiting Info
NewStyleApi o_bpv3_1_0_get_server_jwk GET /obp/v5.0.0/certs Get JSON Web Key (JWK)
NewStyleApi o_bpv3_1_0_get_status_of_credit_card_order GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/credit_cards/orders Get status of Credit Card order
NewStyleApi o_bpv3_1_0_get_tax_residence GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/tax-residences Get Tax Residences of Customer
NewStyleApi o_bpv3_1_0_get_top_apis GET /obp/v5.0.0/management/metrics/top-apis Get Top APIs
NewStyleApi o_bpv3_1_0_get_transaction_by_id_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/transaction Get Transaction by Id
NewStyleApi o_bpv3_1_0_get_transaction_requests GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-requests Get Transaction Requests.
NewStyleApi o_bpv3_1_0_get_web_ui_props GET /obp/v5.0.0/management/webui_props Get WebUiProps
NewStyleApi o_bpv3_1_0_refresh_user POST /obp/v5.0.0/users/{USER_ID}/refresh Refresh User
NewStyleApi o_bpv3_1_0_revoke_consent GET /obp/v5.0.0/banks/{BANK_ID}/my/consents/{CONSENT_ID}/revoke Revoke Consent
NewStyleApi o_bpv3_1_0_save_historical_transaction POST /obp/v5.0.0/management/historical/transactions Save Historical Transactions
NewStyleApi o_bpv3_1_0_unlock_user PUT /obp/v5.0.0/users/{USERNAME}/lock-status Unlock the user
NewStyleApi o_bpv3_1_0_update_account PUT /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID} Update Account
NewStyleApi o_bpv3_1_0_update_account_application_status PUT /obp/v5.0.0/banks/{BANK_ID}/account-applications/{ACCOUNT_APPLICATION_ID} Update Account Application Status
NewStyleApi o_bpv3_1_0_update_account_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/products/{PRODUCT_CODE}/attributes/{ACCOUNT_ATTRIBUTE_ID} Update Account Attribute
NewStyleApi o_bpv3_1_0_update_card_attribute PUT /obp/v5.0.0/management/banks/{BANK_ID}/cards/{CARD_ID}/attributes/{CARD_ATTRIBUTE_ID} Update Card Attribute
NewStyleApi o_bpv3_1_0_update_customer_address PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/addresses/{CUSTOMER_ADDRESS_ID} Update the Address of a Customer
NewStyleApi o_bpv3_1_0_update_customer_branch PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/branch Update the Branch of a Customer
NewStyleApi o_bpv3_1_0_update_customer_credit_limit PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/credit-limit Update the credit limit of a Customer
NewStyleApi o_bpv3_1_0_update_customer_credit_rating_and_source PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/credit-rating-and-source Update the credit rating and source of a Customer
NewStyleApi o_bpv3_1_0_update_customer_data PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/data Update the other data of a Customer
NewStyleApi o_bpv3_1_0_update_customer_email PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/email Update the email of a Customer
NewStyleApi o_bpv3_1_0_update_customer_identity PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/identity Update the identity data of a Customer
NewStyleApi o_bpv3_1_0_update_customer_mobile_number PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/mobile-number Update the mobile number of a Customer
NewStyleApi o_bpv3_1_0_update_customer_number PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/number Update the number of a Customer
NewStyleApi o_bpv3_1_0_update_method_routing PUT /obp/v5.0.0/management/method_routings/{METHOD_ROUTING_ID} Update MethodRouting
NewStyleApi o_bpv3_1_0_updated_card_for_bank PUT /obp/v5.0.0/management/banks/{BANK_ID}/cards/{CARD_ID} Update Card
NewStyleApi o_bpv4_0_0_add_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts Create Account (POST)
NewStyleApi o_bpv4_0_0_add_consent_user PUT /obp/v5.0.0/banks/{BANK_ID}/consents/{CONSENT_ID}/user-update-request Add User to a Consent
NewStyleApi o_bpv4_0_0_add_scope POST /obp/v5.0.0/consumers/{CONSUMER_ID}/scopes Create Scope for a Consumer
NewStyleApi o_bpv4_0_0_add_tag_for_view_on_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/metadata/tags Create a tag on account
NewStyleApi o_bpv4_0_0_answer_transaction_request_challenge POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/{TRANSACTION_REQUEST_TYPE}/transaction-requests/{TRANSACTION_REQUEST_ID}/challenge Answer Transaction Request Challenge
NewStyleApi o_bpv4_0_0_build_dynamic_endpoint_template POST /obp/v5.0.0/management/dynamic-resource-docs/endpoint-code Create Dynamic Resource Doc endpoint code
NewStyleApi o_bpv4_0_0_calls_limit PUT /obp/v5.0.0/management/consumers/{CONSUMER_ID}/consumer/call-limits Set Calls Limit for a Consumer
NewStyleApi o_bpv4_0_0_create_atm POST /obp/v5.0.0/banks/{BANK_ID}/atms Create ATM
NewStyleApi o_bpv4_0_0_create_authentication_type_validation POST /obp/v5.0.0/management/authentication-type-validations/OPERATION_ID Create an Authentication Type Validation
NewStyleApi o_bpv4_0_0_create_bank_account_notification_webhook POST /obp/v5.0.0/banks/{BANK_ID}/web-hooks/account/notifications/on-create-transaction Create bank level Account Notification Webhook
NewStyleApi o_bpv4_0_0_create_bank_attribute POST /obp/v5.0.0/banks/{BANK_ID}/attribute Create Bank Attribute
NewStyleApi o_bpv4_0_0_create_bank_level_dynamic_endpoint POST /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints Create Bank Level Dynamic Endpoint
NewStyleApi o_bpv4_0_0_create_bank_level_dynamic_entity POST /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities Create Bank Level Dynamic Entity
NewStyleApi o_bpv4_0_0_create_bank_level_dynamic_message_doc POST /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-message-docs Create Bank Level Dynamic Message Doc
NewStyleApi o_bpv4_0_0_create_bank_level_dynamic_resource_doc POST /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-resource-docs Create Bank Level Dynamic Resource Doc
NewStyleApi o_bpv4_0_0_create_bank_level_endpoint_mapping POST /obp/v5.0.0/management/banks/{BANK_ID}/endpoint-mappings Create Bank Level Endpoint Mapping
NewStyleApi o_bpv4_0_0_create_bank_level_endpoint_tag POST /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags Create Bank Level Endpoint Tag
NewStyleApi o_bpv4_0_0_create_connector_method POST /obp/v5.0.0/management/connector-methods Create Connector Method
NewStyleApi o_bpv4_0_0_create_consumer POST /obp/v5.0.0/management/consumers Post a Consumer
NewStyleApi o_bpv4_0_0_create_counterparty POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Create Counterparty (Explicit)
NewStyleApi o_bpv4_0_0_create_counterparty_for_any_account POST /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Create Counterparty for any account (Explicit)
NewStyleApi o_bpv4_0_0_create_current_user_attribute POST /obp/v5.0.0/my/user/attributes Create User Attribute for current user
NewStyleApi o_bpv4_0_0_create_customer_attribute POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/attribute Create Customer Attribute
NewStyleApi o_bpv4_0_0_create_direct_debit POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/direct-debit Create Direct Debit
NewStyleApi o_bpv4_0_0_create_direct_debit_management POST /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/direct-debit Create Direct Debit (management)
NewStyleApi o_bpv4_0_0_create_dynamic_endpoint POST /obp/v5.0.0/management/dynamic-endpoints Create Dynamic Endpoint
NewStyleApi o_bpv4_0_0_create_dynamic_message_doc POST /obp/v5.0.0/management/dynamic-message-docs Create Dynamic Message Doc
NewStyleApi o_bpv4_0_0_create_dynamic_resource_doc POST /obp/v5.0.0/management/dynamic-resource-docs Create Dynamic Resource Doc
NewStyleApi o_bpv4_0_0_create_endpoint_mapping POST /obp/v5.0.0/management/endpoint-mappings Create Endpoint Mapping
NewStyleApi o_bpv4_0_0_create_historical_transaction_at_bank POST /obp/v5.0.0/banks/{BANK_ID}/management/historical/transactions Create Historical Transactions
NewStyleApi o_bpv4_0_0_create_json_schema_validation POST /obp/v5.0.0/management/json-schema-validations/OPERATION_ID Create a JSON Schema Validation
NewStyleApi o_bpv4_0_0_create_my_api_collection POST /obp/v5.0.0/my/api-collections Create My Api Collection
NewStyleApi o_bpv4_0_0_create_my_api_collection_endpoint POST /obp/v5.0.0/my/api-collections/API_COLLECTION_NAME/api-collection-endpoints Create My Api Collection Endpoint
NewStyleApi o_bpv4_0_0_create_my_api_collection_endpoint_by_id POST /obp/v5.0.0/my/api-collection-ids/API_COLLECTION_ID/api-collection-endpoints Create My Api Collection Endpoint By Id
NewStyleApi o_bpv4_0_0_create_or_update_account_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/account Create or Update Account Attribute Definition
NewStyleApi o_bpv4_0_0_create_or_update_bank_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/bank Create or Update Bank Attribute Definition
NewStyleApi o_bpv4_0_0_create_or_update_card_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/card Create or Update Card Attribute Definition
NewStyleApi o_bpv4_0_0_create_or_update_customer_attribute_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/customer Create or Update Customer Attribute Definition
NewStyleApi o_bpv4_0_0_create_or_update_product_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/product Create or Update Product Attribute Definition
NewStyleApi o_bpv4_0_0_create_or_update_transaction_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/transaction Create or Update Transaction Attribute Definition
NewStyleApi o_bpv4_0_0_create_or_update_transaction_request_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/transaction-request Create or Update Transaction Request Attribute Definition
NewStyleApi o_bpv4_0_0_create_product_attribute POST /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/attribute Create Product Attribute
NewStyleApi o_bpv4_0_0_create_product_fee POST /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/fee Create Product Fee
NewStyleApi o_bpv4_0_0_create_settlement_account POST /obp/v5.0.0/banks/{BANK_ID}/settlement-accounts Create Settlement Account
NewStyleApi o_bpv4_0_0_create_standing_order POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/standing-order Create Standing Order
NewStyleApi o_bpv4_0_0_create_standing_order_management POST /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/standing-order Create Standing Order (management)
NewStyleApi o_bpv4_0_0_create_system_account_notification_webhook POST /obp/v5.0.0/web-hooks/account/notifications/on-create-transaction Create system level Account Notification Webhook
NewStyleApi o_bpv4_0_0_create_system_dynamic_entity POST /obp/v5.0.0/management/system-dynamic-entities Create System Level Dynamic Entity
NewStyleApi o_bpv4_0_0_create_system_level_endpoint_tag POST /obp/v5.0.0/management/endpoints/OPERATION_ID/tags Create System Level Endpoint Tag
NewStyleApi o_bpv4_0_0_create_transaction_attribute POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions/{TRANSACTION_ID}/attribute Create Transaction Attribute
NewStyleApi o_bpv4_0_0_create_transaction_request_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/ACCOUNT/transaction-requests Create Transaction Request (ACCOUNT)
NewStyleApi o_bpv4_0_0_create_transaction_request_account_otp POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/ACCOUNT_OTP/transaction-requests Create Transaction Request (ACCOUNT_OTP)
NewStyleApi o_bpv4_0_0_create_transaction_request_attribute POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transaction-requests/{TRANSACTION_REQUEST_ID}/attribute Create Transaction Request Attribute
NewStyleApi o_bpv4_0_0_create_transaction_request_card POST /obp/v5.0.0/transaction-request-types/CARD/transaction-requests Create Transaction Request (CARD)
NewStyleApi o_bpv4_0_0_create_transaction_request_counterparty POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/COUNTERPARTY/transaction-requests Create Transaction Request (COUNTERPARTY)
NewStyleApi o_bpv4_0_0_create_transaction_request_free_form POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/FREE_FORM/transaction-requests Create Transaction Request (FREE_FORM)
NewStyleApi o_bpv4_0_0_create_transaction_request_refund POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/REFUND/transaction-requests Create Transaction Request (REFUND)
NewStyleApi o_bpv4_0_0_create_transaction_request_sepa POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SEPA/transaction-requests Create Transaction Request (SEPA)
NewStyleApi o_bpv4_0_0_create_transaction_request_simple POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SIMPLE/transaction-requests Create Transaction Request (SIMPLE)
NewStyleApi o_bpv4_0_0_create_user_invitation POST /obp/v5.0.0/banks/{BANK_ID}/user-invitation Create User Invitation
NewStyleApi o_bpv4_0_0_create_user_with_account_access POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/user-account-access Create (DAuth) User with Account Access
NewStyleApi o_bpv4_0_0_create_user_with_roles POST /obp/v5.0.0/user-entitlements Create (DAuth) User with Roles
NewStyleApi o_bpv4_0_0_delete_account_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/account Delete Account Attribute Definition
NewStyleApi o_bpv4_0_0_delete_account_cascade DELETE /obp/v5.0.0/management/cascading/banks/{BANK_ID}/accounts/{ACCOUNT_ID} Delete Account Cascade
NewStyleApi o_bpv4_0_0_delete_atm DELETE /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID} Delete ATM
NewStyleApi o_bpv4_0_0_delete_authentication_type_validation DELETE /obp/v5.0.0/management/authentication-type-validations/OPERATION_ID Delete an Authentication Type Validation
NewStyleApi o_bpv4_0_0_delete_bank_attribute DELETE /obp/v5.0.0/banks/{BANK_ID}/attributes/BANK_ATTRIBUTE_ID Delete Bank Attribute
NewStyleApi o_bpv4_0_0_delete_bank_cascade DELETE /obp/v5.0.0/management/cascading/banks/{BANK_ID} Delete Bank Cascade
NewStyleApi o_bpv4_0_0_delete_bank_level_dynamic_endpoint DELETE /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Delete Bank Level Dynamic Endpoint
NewStyleApi o_bpv4_0_0_delete_bank_level_dynamic_entity DELETE /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities/{DYNAMIC_ENTITY_ID} Delete Bank Level Dynamic Entity
NewStyleApi o_bpv4_0_0_delete_bank_level_dynamic_message_doc DELETE /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Delete Bank Level Dynamic Message Doc
NewStyleApi o_bpv4_0_0_delete_bank_level_dynamic_resource_doc DELETE /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Delete Bank Level Dynamic Resource Doc
NewStyleApi o_bpv4_0_0_delete_bank_level_endpoint_mapping DELETE /obp/v5.0.0/management/banks/{BANK_ID}/endpoint-mappings/ENDPOINT_MAPPING_ID Delete Bank Level Endpoint Mapping
NewStyleApi o_bpv4_0_0_delete_bank_level_endpoint_tag DELETE /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Delete Bank Level Endpoint Tag
NewStyleApi o_bpv4_0_0_delete_card_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/card Delete Card Attribute Definition
NewStyleApi o_bpv4_0_0_delete_counterparty_for_any_account DELETE /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Delete Counterparty for any account (Explicit)
NewStyleApi o_bpv4_0_0_delete_customer_attribute DELETE /obp/v5.0.0/banks/{BANK_ID}/{CUSTOMER_ID}/attributes/CUSTOMER_ATTRIBUTE_ID Delete Customer Attribute
NewStyleApi o_bpv4_0_0_delete_customer_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/customer Delete Customer Attribute Definition
NewStyleApi o_bpv4_0_0_delete_customer_cascade DELETE /obp/v5.0.0/management/cascading/banks/{BANK_ID}/customers/{CUSTOMER_ID} Delete Customer Cascade
NewStyleApi o_bpv4_0_0_delete_dynamic_endpoint DELETE /obp/v5.0.0/management/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Delete Dynamic Endpoint
NewStyleApi o_bpv4_0_0_delete_dynamic_message_doc DELETE /obp/v5.0.0/management/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Delete Dynamic Message Doc
NewStyleApi o_bpv4_0_0_delete_dynamic_resource_doc DELETE /obp/v5.0.0/management/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Delete Dynamic Resource Doc
NewStyleApi o_bpv4_0_0_delete_endpoint_mapping DELETE /obp/v5.0.0/management/endpoint-mappings/ENDPOINT_MAPPING_ID Delete Endpoint Mapping
NewStyleApi o_bpv4_0_0_delete_explicit_counterparty POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Delete Counterparty (Explicit)
NewStyleApi o_bpv4_0_0_delete_json_schema_validation DELETE /obp/v5.0.0/management/json-schema-validations/OPERATION_ID Delete a JSON Schema Validation
NewStyleApi o_bpv4_0_0_delete_my_api_collection DELETE /obp/v5.0.0/my/api-collections/API_COLLECTION_ID Delete My Api Collection
NewStyleApi o_bpv4_0_0_delete_my_api_collection_endpoint DELETE /obp/v5.0.0/my/api-collections/API_COLLECTION_NAME/api-collection-endpoints/OPERATION_ID Delete My Api Collection Endpoint
NewStyleApi o_bpv4_0_0_delete_my_api_collection_endpoint_by_id DELETE /obp/v5.0.0/my/api-collection-ids/API_COLLECTION_ID/api-collection-endpoint-ids/API_COLLECTION_ENDPOINT_ID Delete My Api Collection Endpoint By Id
NewStyleApi o_bpv4_0_0_delete_my_api_collection_endpoint_by_operation_id DELETE /obp/v5.0.0/my/api-collection-ids/API_COLLECTION_ID/api-collection-endpoints/OPERATION_ID Delete My Api Collection Endpoint By Id
NewStyleApi o_bpv4_0_0_delete_my_dynamic_endpoint DELETE /obp/v5.0.0/my/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Delete My Dynamic Endpoint
NewStyleApi o_bpv4_0_0_delete_my_dynamic_entity DELETE /obp/v5.0.0/my/dynamic-entities/{DYNAMIC_ENTITY_ID} Delete My Dynamic Entity
NewStyleApi o_bpv4_0_0_delete_product_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/product Delete Product Attribute Definition
NewStyleApi o_bpv4_0_0_delete_product_cascade DELETE /obp/v5.0.0/management/cascading/banks/{BANK_ID}/products/{PRODUCT_CODE} Delete Product Cascade
NewStyleApi o_bpv4_0_0_delete_product_fee DELETE /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/fees/PRODUCT_FEE_ID Delete Product Fee
NewStyleApi o_bpv4_0_0_delete_system_dynamic_entity DELETE /obp/v5.0.0/management/system-dynamic-entities/{DYNAMIC_ENTITY_ID} Delete System Level Dynamic Entity
NewStyleApi o_bpv4_0_0_delete_system_level_endpoint_tag DELETE /obp/v5.0.0/management/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Delete System Level Endpoint Tag
NewStyleApi o_bpv4_0_0_delete_tag_for_view_on_account DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/metadata/tags/{TAG_ID} Delete a tag on account
NewStyleApi o_bpv4_0_0_delete_transaction_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/transaction Delete Transaction Attribute Definition
NewStyleApi o_bpv4_0_0_delete_transaction_cascade DELETE /obp/v5.0.0/management/cascading/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions/{TRANSACTION_ID} Delete Transaction Cascade
NewStyleApi o_bpv4_0_0_delete_transaction_request_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/transaction-request Delete Transaction Request Attribute Definition
NewStyleApi o_bpv4_0_0_delete_user DELETE /obp/v5.0.0/users/{USER_ID} Delete a User
NewStyleApi o_bpv4_0_0_delete_user_customer_link DELETE /obp/v5.0.0/banks/{BANK_ID}/user_customer_links/USER_CUSTOMER_LINK_ID Delete User Customer Link
NewStyleApi o_bpv4_0_0_get_account_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/account Get Account Attribute Definition
NewStyleApi o_bpv4_0_0_get_account_by_account_routing POST /obp/v5.0.0/management/accounts/account-routing-query Get Account by Account Routing
NewStyleApi o_bpv4_0_0_get_accounts_by_account_routing_regex POST /obp/v5.0.0/management/accounts/account-routing-regex-query Get Accounts by Account Routing Regex
NewStyleApi o_bpv4_0_0_get_accounts_minimal_by_customer_id GET /obp/v5.0.0/customers/{CUSTOMER_ID}/accounts-minimal Get Accounts Minimal for a Customer
NewStyleApi o_bpv4_0_0_get_all_authentication_type_validations GET /obp/v5.0.0/management/authentication-type-validations Get all Authentication Type Validations
NewStyleApi o_bpv4_0_0_get_all_authentication_type_validations_public GET /obp/v5.0.0/endpoints/authentication-type-validations Get all Authentication Type Validations - public
NewStyleApi o_bpv4_0_0_get_all_bank_level_dynamic_message_docs GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-message-docs Get all Bank Level Dynamic Message Docs
NewStyleApi o_bpv4_0_0_get_all_bank_level_dynamic_resource_docs GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-resource-docs Get all Bank Level Dynamic Resource Docs
NewStyleApi o_bpv4_0_0_get_all_bank_level_endpoint_mappings GET /obp/v5.0.0/management/banks/{BANK_ID}/endpoint-mappings Get all Bank Level Endpoint Mappings
NewStyleApi o_bpv4_0_0_get_all_connector_methods GET /obp/v5.0.0/management/connector-methods Get all Connector Methods
NewStyleApi o_bpv4_0_0_get_all_dynamic_message_docs GET /obp/v5.0.0/management/dynamic-message-docs Get all Dynamic Message Docs
NewStyleApi o_bpv4_0_0_get_all_dynamic_resource_docs GET /obp/v5.0.0/management/dynamic-resource-docs Get all Dynamic Resource Docs
NewStyleApi o_bpv4_0_0_get_all_endpoint_mappings GET /obp/v5.0.0/management/endpoint-mappings Get all Endpoint Mappings
NewStyleApi o_bpv4_0_0_get_all_json_schema_validations GET /obp/v5.0.0/management/json-schema-validations Get all JSON Schema Validations
NewStyleApi o_bpv4_0_0_get_all_json_schema_validations_public GET /obp/v5.0.0/endpoints/json-schema-validations Get all JSON Schema Validations - public
NewStyleApi o_bpv4_0_0_get_api_collection_endpoints GET /obp/v5.0.0/api-collections/API_COLLECTION_ID/api-collection-endpoints Get Api Collection Endpoints
NewStyleApi o_bpv4_0_0_get_api_collections_for_user GET /obp/v5.0.0/users/{USER_ID}/api-collections Get Api Collections for User
NewStyleApi o_bpv4_0_0_get_atm GET /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID} Get Bank ATM
NewStyleApi o_bpv4_0_0_get_atms GET /obp/v5.0.0/banks/{BANK_ID}/atms Get Bank ATMS
NewStyleApi o_bpv4_0_0_get_authentication_type_validation GET /obp/v5.0.0/management/authentication-type-validations/OPERATION_ID Get an Authentication Type Validation
NewStyleApi o_bpv4_0_0_get_balancing_transaction GET /obp/v5.0.0/transactions/{TRANSACTION_ID}/balancing-transaction Get Balancing Transaction
NewStyleApi o_bpv4_0_0_get_bank_account_balances GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/balances Get Account Balances
NewStyleApi o_bpv4_0_0_get_bank_accounts_balances GET /obp/v5.0.0/banks/{BANK_ID}/balances Get Accounts Balances
NewStyleApi o_bpv4_0_0_get_bank_attribute GET /obp/v5.0.0/banks/{BANK_ID}/attributes/BANK_ATTRIBUTE_ID Get Bank Attribute By BANK_ATTRIBUTE_ID
NewStyleApi o_bpv4_0_0_get_bank_attributes GET /obp/v5.0.0/banks/{BANK_ID}/attributes Get Bank Attributes
NewStyleApi o_bpv4_0_0_get_bank_level_dynamic_endpoint GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Get Bank Level Dynamic Endpoint
NewStyleApi o_bpv4_0_0_get_bank_level_dynamic_endpoints GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints Get Bank Level Dynamic Endpoints
NewStyleApi o_bpv4_0_0_get_bank_level_dynamic_entities GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities Get Bank Level Dynamic Entities
NewStyleApi o_bpv4_0_0_get_bank_level_dynamic_message_doc GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Get Bank Level Dynamic Message Doc
NewStyleApi o_bpv4_0_0_get_bank_level_dynamic_resource_doc GET /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Get Bank Level Dynamic Resource Doc by Id
NewStyleApi o_bpv4_0_0_get_bank_level_endpoint_mapping GET /obp/v5.0.0/management/banks/{BANK_ID}/endpoint-mappings/ENDPOINT_MAPPING_ID Get Bank Level Endpoint Mapping
NewStyleApi o_bpv4_0_0_get_bank_level_endpoint_tags GET /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags Get Bank Level Endpoint Tags
NewStyleApi o_bpv4_0_0_get_banks GET /obp/v5.0.0/banks Get Banks
NewStyleApi o_bpv4_0_0_get_call_context GET /obp/v5.0.0/development/call_context Get the Call Context of a current call
NewStyleApi o_bpv4_0_0_get_card_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/card Get Card Attribute Definition
NewStyleApi o_bpv4_0_0_get_connector_method GET /obp/v5.0.0/management/connector-methods/CONNECTOR_METHOD_ID Get Connector Method by Id
NewStyleApi o_bpv4_0_0_get_consent_infos GET /obp/v5.0.0/banks/{BANK_ID}/my/consent-infos Get Consents Info
NewStyleApi o_bpv4_0_0_get_consents GET /obp/v5.0.0/banks/{BANK_ID}/my/consents Get Consents
NewStyleApi o_bpv4_0_0_get_core_account_by_id GET /obp/v5.0.0/my/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account Get Account by Id (Core)
NewStyleApi o_bpv4_0_0_get_correlated_users_info_by_customer_id GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/correlated-users Get Correlated User Info by Customer
NewStyleApi o_bpv4_0_0_get_counterparties_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Get Counterparties for any account (Explicit)
NewStyleApi o_bpv4_0_0_get_counterparty_by_id_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Get Counterparty by Id for any account (Explicit)
NewStyleApi o_bpv4_0_0_get_counterparty_by_name_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparty-names/{COUNTERPARTY_NAME} Get Counterparty by name for any account (Explicit)
NewStyleApi o_bpv4_0_0_get_current_user_attributes GET /obp/v5.0.0/my/user/attributes Get User Attributes for current user
NewStyleApi o_bpv4_0_0_get_current_user_id GET /obp/v5.0.0/users/current/user_id Get User Id (Current)
NewStyleApi o_bpv4_0_0_get_customer_attribute_by_id GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/attributes/ATTRIBUTE_ID Get Customer Attribute By Id
NewStyleApi o_bpv4_0_0_get_customer_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/customer Get Customer Attribute Definition
NewStyleApi o_bpv4_0_0_get_customer_attributes GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/attributes Get Customer Attributes
NewStyleApi o_bpv4_0_0_get_customers_at_any_bank GET /obp/v5.0.0/customers Get Customers at Any Bank
NewStyleApi o_bpv4_0_0_get_customers_by_customer_phone_number POST /obp/v5.0.0/banks/{BANK_ID}/search/customers/mobile-phone-number Get Customers by MOBILE_PHONE_NUMBER
NewStyleApi o_bpv4_0_0_get_customers_minimal_at_any_bank GET /obp/v5.0.0/customers-minimal Get Customers Minimal at Any Bank
NewStyleApi o_bpv4_0_0_get_double_entry_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/double-entry-transaction Get Double Entry Transaction
NewStyleApi o_bpv4_0_0_get_dynamic_endpoint GET /obp/v5.0.0/management/dynamic-endpoints/DYNAMIC_ENDPOINT_ID Get Dynamic Endpoint
NewStyleApi o_bpv4_0_0_get_dynamic_endpoints GET /obp/v5.0.0/management/dynamic-endpoints Get Dynamic Endpoints
NewStyleApi o_bpv4_0_0_get_dynamic_message_doc GET /obp/v5.0.0/management/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Get Dynamic Message Doc
NewStyleApi o_bpv4_0_0_get_dynamic_resource_doc GET /obp/v5.0.0/management/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Get Dynamic Resource Doc by Id
NewStyleApi o_bpv4_0_0_get_endpoint_mapping GET /obp/v5.0.0/management/endpoint-mappings/ENDPOINT_MAPPING_ID Get Endpoint Mapping by Id
NewStyleApi o_bpv4_0_0_get_entitlements GET /obp/v5.0.0/users/{USER_ID}/entitlements Get Entitlements for User
NewStyleApi o_bpv4_0_0_get_entitlements_for_bank GET /obp/v5.0.0/banks/{BANK_ID}/entitlements Get Entitlements for One Bank
NewStyleApi o_bpv4_0_0_get_explict_counterparties_for_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Get Counterparties (Explicit)
NewStyleApi o_bpv4_0_0_get_explict_counterparty_by_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Get Counterparty by Id (Explicit)
NewStyleApi o_bpv4_0_0_get_fast_firehose_accounts_at_one_bank GET /obp/v5.0.0/management/banks/{BANK_ID}/fast-firehose/accounts Get Fast Firehose Accounts at Bank
NewStyleApi o_bpv4_0_0_get_featured_api_collections GET /obp/v5.0.0/api-collections/featured Get Featured Api Collections
NewStyleApi o_bpv4_0_0_get_firehose_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/firehose/accounts/views/{VIEW_ID} Get Firehose Accounts at Bank
NewStyleApi o_bpv4_0_0_get_json_schema_validation GET /obp/v5.0.0/management/json-schema-validations/OPERATION_ID Get a JSON Schema Validation
NewStyleApi o_bpv4_0_0_get_logout_link GET /obp/v5.0.0/users/current/logout-link Get Logout Link
NewStyleApi o_bpv4_0_0_get_mapper_database_info GET /obp/v5.0.0/database/info Get Mapper Database Info
NewStyleApi o_bpv4_0_0_get_my_api_collection_by_id GET /obp/v5.0.0/my/api-collections/API_COLLECTION_ID Get My Api Collection By Id
NewStyleApi o_bpv4_0_0_get_my_api_collection_by_name GET /obp/v5.0.0/my/api-collections/name/API_COLLECTION_NAME Get My Api Collection By Name
NewStyleApi o_bpv4_0_0_get_my_api_collection_endpoint GET /obp/v5.0.0/my/api-collections/API_COLLECTION_NAME/api-collection-endpoints/OPERATION_ID Get My Api Collection Endpoint
NewStyleApi o_bpv4_0_0_get_my_api_collection_endpoints GET /obp/v5.0.0/my/api-collections/API_COLLECTION_NAME/api-collection-endpoints Get My Api Collection Endpoints
NewStyleApi o_bpv4_0_0_get_my_api_collection_endpoints_by_id GET /obp/v5.0.0/my/api-collection-ids/API_COLLECTION_ID/api-collection-endpoints Get My Api Collection Endpoints By Id
NewStyleApi o_bpv4_0_0_get_my_api_collections GET /obp/v5.0.0/my/api-collections Get My Api Collections
NewStyleApi o_bpv4_0_0_get_my_correlated_entities GET /obp/v5.0.0/my/correlated-entities Get Correlated Entities for the current User
NewStyleApi o_bpv4_0_0_get_my_dynamic_endpoints GET /obp/v5.0.0/my/dynamic-endpoints Get My Dynamic Endpoints
NewStyleApi o_bpv4_0_0_get_my_dynamic_entities GET /obp/v5.0.0/my/dynamic-entities Get My Dynamic Entities
NewStyleApi o_bpv4_0_0_get_my_spaces GET /obp/v5.0.0/my/spaces Get My Spaces
NewStyleApi o_bpv4_0_0_get_private_account_by_id_full GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/account Get Account by Id (Full)
NewStyleApi o_bpv4_0_0_get_private_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts Get Accounts at Bank
NewStyleApi o_bpv4_0_0_get_product GET /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE} Get Bank Product
NewStyleApi o_bpv4_0_0_get_product_attribute GET /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/attributes/{PRODUCT_ATTRIBUTE_ID} Get Product Attribute
NewStyleApi o_bpv4_0_0_get_product_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/product Get Product Attribute Definition
NewStyleApi o_bpv4_0_0_get_product_fee GET /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/fees/PRODUCT_FEE_ID Get Product Fee
NewStyleApi o_bpv4_0_0_get_product_fees GET /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/fees Get Product Fees
NewStyleApi o_bpv4_0_0_get_products GET /obp/v5.0.0/banks/{BANK_ID}/products Get Products
NewStyleApi o_bpv4_0_0_get_scopes GET /obp/v5.0.0/consumers/{CONSUMER_ID}/scopes Get Scopes for Consumer
NewStyleApi o_bpv4_0_0_get_settlement_accounts GET /obp/v5.0.0/banks/{BANK_ID}/settlement-accounts Get Settlement accounts at Bank
NewStyleApi o_bpv4_0_0_get_sharable_api_collection_by_id GET /obp/v5.0.0/api-collections/sharable/API_COLLECTION_ID Get Sharable Api Collection By Id
NewStyleApi o_bpv4_0_0_get_system_dynamic_entities GET /obp/v5.0.0/management/system-dynamic-entities Get System Dynamic Entities
NewStyleApi o_bpv4_0_0_get_system_level_endpoint_tags GET /obp/v5.0.0/management/endpoints/OPERATION_ID/tags Get System Level Endpoint Tags
NewStyleApi o_bpv4_0_0_get_tags_for_view_on_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/metadata/tags Get tags on account
NewStyleApi o_bpv4_0_0_get_transaction_attribute_by_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions/{TRANSACTION_ID}/attributes/ATTRIBUTE_ID Get Transaction Attribute By Id
NewStyleApi o_bpv4_0_0_get_transaction_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/transaction Get Transaction Attribute Definition
NewStyleApi o_bpv4_0_0_get_transaction_attributes GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions/{TRANSACTION_ID}/attributes Get Transaction Attributes
NewStyleApi o_bpv4_0_0_get_transaction_request GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-requests/{TRANSACTION_REQUEST_ID} Get Transaction Request.
NewStyleApi o_bpv4_0_0_get_transaction_request_attribute_by_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transaction-requests/{TRANSACTION_REQUEST_ID}/attributes/ATTRIBUTE_ID Get Transaction Request Attribute By Id
NewStyleApi o_bpv4_0_0_get_transaction_request_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/transaction-request Get Transaction Request Attribute Definition
NewStyleApi o_bpv4_0_0_get_transaction_request_attributes GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transaction-requests/{TRANSACTION_REQUEST_ID}/attributes Get Transaction Request Attributes
NewStyleApi o_bpv4_0_0_get_user_by_user_id GET /obp/v5.0.0/users/user_id/{USER_ID} Get User by USER_ID
NewStyleApi o_bpv4_0_0_get_user_by_username GET /obp/v5.0.0/users/username/{USERNAME} Get User by USERNAME
NewStyleApi o_bpv4_0_0_get_user_customer_links_by_customer_id GET /obp/v5.0.0/banks/{BANK_ID}/user_customer_links/customers/{CUSTOMER_ID} Get User Customer Links by Customer
NewStyleApi o_bpv4_0_0_get_user_customer_links_by_user_id GET /obp/v5.0.0/banks/{BANK_ID}/user_customer_links/users/{USER_ID} Get User Customer Links by User
NewStyleApi o_bpv4_0_0_get_user_invitation GET /obp/v5.0.0/banks/{BANK_ID}/user-invitations/SECRET_LINK Get User Invitation
NewStyleApi o_bpv4_0_0_get_user_invitation_anonymous POST /obp/v5.0.0/banks/{BANK_ID}/user-invitations Get User Invitation Information
NewStyleApi o_bpv4_0_0_get_user_invitations GET /obp/v5.0.0/banks/{BANK_ID}/user-invitations Get User Invitations
NewStyleApi o_bpv4_0_0_get_user_with_attributes GET /obp/v5.0.0/users/{USER_ID}/attributes Get User Attributes for the user
NewStyleApi o_bpv4_0_0_get_users GET /obp/v5.0.0/users Get all Users
NewStyleApi o_bpv4_0_0_get_users_by_email GET /obp/v5.0.0/users/email/EMAIL/terminator Get Users by Email Address
NewStyleApi o_bpv4_0_0_grant_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/grant Grant User access to View
NewStyleApi o_bpv4_0_0_iban_checker POST /obp/v5.0.0/account/check/scheme/iban Validate and check IBAN number
NewStyleApi o_bpv4_0_0_lock_user POST /obp/v5.0.0/users/{USERNAME}/locks Lock the user
NewStyleApi o_bpv4_0_0_reset_password_url POST /obp/v5.0.0/management/user/reset-password-url Create password reset url
NewStyleApi o_bpv4_0_0_revoke_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/revoke Revoke User access to View
NewStyleApi o_bpv4_0_0_root GET /obp/v5.0.0/root Get API Info (root)
NewStyleApi o_bpv4_0_0_test_dynamic_resource_doc POST /test-dynamic-resource-doc/my_user/MY_USER_ID A test endpoint
NewStyleApi o_bpv4_0_0_update_account_label POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID} Update Account Label
NewStyleApi o_bpv4_0_0_update_atm PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID} UPDATE ATM
NewStyleApi o_bpv4_0_0_update_atm_accessibility_features PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/accessibility-features Update ATM Accessibility Features
NewStyleApi o_bpv4_0_0_update_atm_location_categories PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/location-categories Update ATM Location Categories
NewStyleApi o_bpv4_0_0_update_atm_notes PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/notes Update ATM Notes
NewStyleApi o_bpv4_0_0_update_atm_services PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/services Update ATM Services
NewStyleApi o_bpv4_0_0_update_atm_supported_currencies PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/supported-currencies Update ATM Supported Currencies
NewStyleApi o_bpv4_0_0_update_atm_supported_languages PUT /obp/v5.0.0/banks/{BANK_ID}/atms/{ATM_ID}/supported-languages Update ATM Supported Languages
NewStyleApi o_bpv4_0_0_update_authentication_type_validation PUT /obp/v5.0.0/management/authentication-type-validations/OPERATION_ID Update an Authentication Type Validation
NewStyleApi o_bpv4_0_0_update_bank_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/attributes/BANK_ATTRIBUTE_ID Update Bank Attribute
NewStyleApi o_bpv4_0_0_update_bank_level_dynamic_endpoint_host PUT /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-endpoints/DYNAMIC_ENDPOINT_ID/host Update Bank Level Dynamic Endpoint Host
NewStyleApi o_bpv4_0_0_update_bank_level_dynamic_entity PUT /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-entities/{DYNAMIC_ENTITY_ID} Update Bank Level Dynamic Entity
NewStyleApi o_bpv4_0_0_update_bank_level_dynamic_message_doc PUT /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Update Bank Level Dynamic Message Doc
NewStyleApi o_bpv4_0_0_update_bank_level_dynamic_resource_doc PUT /obp/v5.0.0/management/banks/{BANK_ID}/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Update Bank Level Dynamic Resource Doc
NewStyleApi o_bpv4_0_0_update_bank_level_endpoint_mapping PUT /obp/v5.0.0/management/banks/{BANK_ID}/endpoint-mappings/ENDPOINT_MAPPING_ID Update Bank Level Endpoint Mapping
NewStyleApi o_bpv4_0_0_update_bank_level_endpoint_tag PUT /obp/v5.0.0/management/banks/{BANK_ID}/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Update Bank Level Endpoint Tag
NewStyleApi o_bpv4_0_0_update_connector_method PUT /obp/v5.0.0/management/connector-methods/CONNECTOR_METHOD_ID Update Connector Method
NewStyleApi o_bpv4_0_0_update_consent_status PUT /obp/v5.0.0/banks/{BANK_ID}/consents/{CONSENT_ID} Update Consent Status
NewStyleApi o_bpv4_0_0_update_current_user_attribute PUT /obp/v5.0.0/my/user/attributes/USER_ATTRIBUTE_ID Update User Attribute for current user
NewStyleApi o_bpv4_0_0_update_customer_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/attributes/CUSTOMER_ATTRIBUTE_ID Update Customer Attribute
NewStyleApi o_bpv4_0_0_update_dynamic_endpoint_host PUT /obp/v5.0.0/management/dynamic-endpoints/DYNAMIC_ENDPOINT_ID/host Update Dynamic Endpoint Host
NewStyleApi o_bpv4_0_0_update_dynamic_message_doc PUT /obp/v5.0.0/management/dynamic-message-docs/DYNAMIC_MESSAGE_DOC_ID Update Dynamic Message Doc
NewStyleApi o_bpv4_0_0_update_dynamic_resource_doc PUT /obp/v5.0.0/management/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID Update Dynamic Resource Doc
NewStyleApi o_bpv4_0_0_update_endpoint_mapping PUT /obp/v5.0.0/management/endpoint-mappings/ENDPOINT_MAPPING_ID Update Endpoint Mapping
NewStyleApi o_bpv4_0_0_update_json_schema_validation PUT /obp/v5.0.0/management/json-schema-validations/OPERATION_ID Update a JSON Schema Validation
NewStyleApi o_bpv4_0_0_update_my_dynamic_entity PUT /obp/v5.0.0/my/dynamic-entities/{DYNAMIC_ENTITY_ID} Update My Dynamic Entity
NewStyleApi o_bpv4_0_0_update_product_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/attributes/{PRODUCT_ATTRIBUTE_ID} Update Product Attribute
NewStyleApi o_bpv4_0_0_update_product_fee PUT /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/fees/PRODUCT_FEE_ID Update Product Fee
NewStyleApi o_bpv4_0_0_update_system_dynamic_entity PUT /obp/v5.0.0/management/system-dynamic-entities/{DYNAMIC_ENTITY_ID} Update System Level Dynamic Entity
NewStyleApi o_bpv4_0_0_update_system_level_endpoint_tag PUT /obp/v5.0.0/management/endpoints/OPERATION_ID/tags/ENDPOINT_TAG_ID Update System Level Endpoint Tag
NewStyleApi o_bpv4_0_0_update_transaction_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions/{TRANSACTION_ID}/attributes/{ACCOUNT_ATTRIBUTE_ID} Update Transaction Attribute
NewStyleApi o_bpv4_0_0_update_transaction_request_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transaction-requests/{TRANSACTION_REQUEST_ID}/attributes/ATTRIBUTE_ID Update Transaction Request Attribute
NewStyleApi o_bpv4_0_0_verify_request_sign_response GET /obp/v5.0.0/development/echo/jws-verified-request-jws-signed-response Verify Request and Sign Response of a current call
NewStyleApi o_bpv5_0_0_add_card_for_bank POST /obp/v5.0.0/management/banks/{BANK_ID}/cards Create Card
NewStyleApi o_bpv5_0_0_answer_user_auth_context_update_challenge POST /obp/v5.0.0/banks/{BANK_ID}/users/current/auth-context-updates/{AUTH_CONTEXT_UPDATE_ID}/challenge Answer User Auth Context Update Challenge
NewStyleApi o_bpv5_0_0_create_account PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID} Create Account
NewStyleApi o_bpv5_0_0_create_bank POST /obp/v5.0.0/banks Create Bank
NewStyleApi o_bpv5_0_0_create_consent_by_consent_request_id_email POST /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/EMAIL/consents Create Consent By CONSENT_REQUEST_ID (EMAIL)
NewStyleApi o_bpv5_0_0_create_consent_by_consent_request_id_sms POST /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/SMS/consents Create Consent By CONSENT_REQUEST_ID (SMS)
NewStyleApi o_bpv5_0_0_create_consent_request POST /obp/v5.0.0/consumer/consent-requests Create Consent Request
NewStyleApi o_bpv5_0_0_create_customer POST /obp/v5.0.0/banks/{BANK_ID}/customers Create Customer
NewStyleApi o_bpv5_0_0_create_product PUT /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE} Create Product
NewStyleApi o_bpv5_0_0_create_system_view POST /obp/v5.0.0/system-views Create System View
NewStyleApi o_bpv5_0_0_create_user_auth_context POST /obp/v5.0.0/users/{USER_ID}/auth-context Create User Auth Context
NewStyleApi o_bpv5_0_0_create_user_auth_context_update_request POST /obp/v5.0.0/banks/{BANK_ID}/users/current/auth-context-updates/{SCA_METHOD} Create User Auth Context Update Request
NewStyleApi o_bpv5_0_0_delete_customer_account_link_by_id DELETE /obp/v5.0.0/banks/{BANK_ID}/customer-account-links/CUSTOMER_ACCOUNT_LINK_ID Delete Customer Account Link
NewStyleApi o_bpv5_0_0_delete_system_view DELETE /obp/v5.0.0/system-views/{VIEW_ID} Delete System View
NewStyleApi o_bpv5_0_0_get_adapter_info GET /obp/v5.0.0/adapter Get Adapter Info
NewStyleApi o_bpv5_0_0_get_bank GET /obp/v5.0.0/banks/{BANK_ID} Get Bank
NewStyleApi o_bpv5_0_0_get_consent_by_consent_request_id GET /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/consents Get Consent By Consent Request Id
NewStyleApi o_bpv5_0_0_get_consent_request GET /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID Get Consent Request
NewStyleApi o_bpv5_0_0_get_customer_account_link_by_id GET /obp/v5.0.0/banks/{BANK_ID}/customer-account-links/CUSTOMER_ACCOUNT_LINK_ID Get Customer Account Link by Id
NewStyleApi o_bpv5_0_0_get_customer_account_links_by_bank_id_account_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/customer-account-links Get Customer Account Links by ACCOUNT_ID
NewStyleApi o_bpv5_0_0_get_customer_account_links_by_customer_id GET /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/customer-account-links Get Customer Account Links by CUSTOMER_ID
NewStyleApi o_bpv5_0_0_get_customer_overview POST /obp/v5.0.0/banks/{BANK_ID}/customers/customer-number-query/overview Get Customer Overview
NewStyleApi o_bpv5_0_0_get_customer_overview_flat POST /obp/v5.0.0/banks/{BANK_ID}/customers/customer-number-query/overview-flat Get Customer Overview Flat
NewStyleApi o_bpv5_0_0_get_customers_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/customers Get Customers at Bank
NewStyleApi o_bpv5_0_0_get_customers_minimal_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/customers-minimal Get Customers Minimal at Bank
NewStyleApi o_bpv5_0_0_get_metrics_at_bank GET /obp/v5.0.0/management/metrics/banks/{BANK_ID} Get Metrics at Bank
NewStyleApi o_bpv5_0_0_get_my_customers_at_bank GET /obp/v5.0.0/banks/{BANK_ID}/my/customers Get My Customers at Bank
NewStyleApi o_bpv5_0_0_get_system_view GET /obp/v5.0.0/system-views/{VIEW_ID} Get System View
NewStyleApi o_bpv5_0_0_get_system_views_ids GET /obp/v5.0.0/system-views-ids Get Ids of System Views
NewStyleApi o_bpv5_0_0_get_user_auth_contexts GET /obp/v5.0.0/users/{USER_ID}/auth-context Get User Auth Contexts
NewStyleApi o_bpv5_0_0_get_views_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views Get Views for Account
NewStyleApi o_bpv5_0_0_head_atms HEAD /obp/v5.0.0/banks/{BANK_ID}/atms Head Bank ATMS
NewStyleApi o_bpv5_0_0_update_bank PUT /obp/v5.0.0/banks Update Bank
NewStyleApi o_bpv5_0_0_update_customer_account_link_by_id PUT /obp/v5.0.0/banks/{BANK_ID}/customer-account-links/CUSTOMER_ACCOUNT_LINK_ID Update Customer Account Link by Id
NewStyleApi o_bpv5_0_0_update_system_view PUT /obp/v5.0.0/system-views/{VIEW_ID} Update System View
OnboardingApi o_bpv2_0_0_create_user POST /obp/v5.0.0/users Create User
OnboardingApi o_bpv5_0_0_create_account PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID} Create Account
OwnerViewRequiredApi o_bpv4_0_0_create_user_with_account_access POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/user-account-access Create (DAuth) User with Account Access
OwnerViewRequiredApi o_bpv4_0_0_grant_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/grant Grant User access to View
OwnerViewRequiredApi o_bpv4_0_0_revoke_grant_user_access_to_views PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access Revoke/Grant User access to View
OwnerViewRequiredApi o_bpv4_0_0_revoke_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/revoke Revoke User access to View
PSD2Api o_bpv1_4_0_get_transaction_request_types GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types Get Transaction Request Types for Account
PSD2Api o_bpv2_0_0_get_transaction_types GET /obp/v5.0.0/banks/{BANK_ID}/transaction-types Get Transaction Types at Bank
PSD2Api o_bpv2_1_0_create_transaction_request_sandbox_tan POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SANDBOX_TAN/transaction-requests Create Transaction Request (SANDBOX_TAN)
PSD2Api o_bpv3_0_0_core_private_accounts_all_banks GET /obp/v5.0.0/my/accounts Get Accounts at all Banks (private)
PSD2Api o_bpv3_0_0_get_accounts_held GET /obp/v5.0.0/banks/{BANK_ID}/accounts-held Get Accounts Held
PSD2Api o_bpv3_0_0_get_core_transactions_for_bank_account GET /obp/v5.0.0/my/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions Get Transactions for Account (Core)
PSD2Api o_bpv3_0_0_get_private_account_idsby_bank_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/account_ids/private Get Accounts at Bank (IDs only)
PSD2Api o_bpv3_0_0_private_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts/private Get Accounts at Bank (Minimal)
PSD2Api o_bpv3_1_0_answer_consent_challenge POST /obp/v5.0.0/banks/{BANK_ID}/consents/{CONSENT_ID}/challenge Answer Consent Challenge
PSD2Api o_bpv3_1_0_check_funds_available GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/funds-available Check Available Funds
PSD2Api o_bpv3_1_0_create_consent_email POST /obp/v5.0.0/banks/{BANK_ID}/my/consents/EMAIL Create Consent (EMAIL)
PSD2Api o_bpv3_1_0_create_consent_sms POST /obp/v5.0.0/banks/{BANK_ID}/my/consents/SMS Create Consent (SMS)
PSD2Api o_bpv3_1_0_get_server_jwk GET /obp/v5.0.0/certs Get JSON Web Key (JWK)
PSD2Api o_bpv3_1_0_revoke_consent GET /obp/v5.0.0/banks/{BANK_ID}/my/consents/{CONSENT_ID}/revoke Revoke Consent
PSD2Api o_bpv4_0_0_answer_transaction_request_challenge POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/{TRANSACTION_REQUEST_TYPE}/transaction-requests/{TRANSACTION_REQUEST_ID}/challenge Answer Transaction Request Challenge
PSD2Api o_bpv4_0_0_create_transaction_request_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/ACCOUNT/transaction-requests Create Transaction Request (ACCOUNT)
PSD2Api o_bpv4_0_0_create_transaction_request_account_otp POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/ACCOUNT_OTP/transaction-requests Create Transaction Request (ACCOUNT_OTP)
PSD2Api o_bpv4_0_0_create_transaction_request_card POST /obp/v5.0.0/transaction-request-types/CARD/transaction-requests Create Transaction Request (CARD)
PSD2Api o_bpv4_0_0_create_transaction_request_counterparty POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/COUNTERPARTY/transaction-requests Create Transaction Request (COUNTERPARTY)
PSD2Api o_bpv4_0_0_create_transaction_request_refund POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/REFUND/transaction-requests Create Transaction Request (REFUND)
PSD2Api o_bpv4_0_0_create_transaction_request_sepa POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SEPA/transaction-requests Create Transaction Request (SEPA)
PSD2Api o_bpv4_0_0_create_transaction_request_simple POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SIMPLE/transaction-requests Create Transaction Request (SIMPLE)
PSD2Api o_bpv4_0_0_get_bank_account_balances GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/balances Get Account Balances
PSD2Api o_bpv4_0_0_get_bank_accounts_balances GET /obp/v5.0.0/banks/{BANK_ID}/balances Get Accounts Balances
PSD2Api o_bpv4_0_0_get_banks GET /obp/v5.0.0/banks Get Banks
PSD2Api o_bpv4_0_0_get_consent_infos GET /obp/v5.0.0/banks/{BANK_ID}/my/consent-infos Get Consents Info
PSD2Api o_bpv4_0_0_get_consents GET /obp/v5.0.0/banks/{BANK_ID}/my/consents Get Consents
PSD2Api o_bpv4_0_0_get_core_account_by_id GET /obp/v5.0.0/my/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account Get Account by Id (Core)
PSD2Api o_bpv4_0_0_get_counterparties_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Get Counterparties for any account (Explicit)
PSD2Api o_bpv4_0_0_get_explict_counterparties_for_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Get Counterparties (Explicit)
PSD2Api o_bpv4_0_0_get_explict_counterparty_by_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Get Counterparty by Id (Explicit)
PSD2Api o_bpv4_0_0_get_settlement_accounts GET /obp/v5.0.0/banks/{BANK_ID}/settlement-accounts Get Settlement accounts at Bank
PSD2Api o_bpv4_0_0_get_transaction_request GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-requests/{TRANSACTION_REQUEST_ID} Get Transaction Request.
PSD2Api o_bpv5_0_0_create_consent_by_consent_request_id_email POST /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/EMAIL/consents Create Consent By CONSENT_REQUEST_ID (EMAIL)
PSD2Api o_bpv5_0_0_create_consent_by_consent_request_id_sms POST /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/SMS/consents Create Consent By CONSENT_REQUEST_ID (SMS)
PSD2Api o_bpv5_0_0_create_consent_request POST /obp/v5.0.0/consumer/consent-requests Create Consent Request
PSD2Api o_bpv5_0_0_get_bank GET /obp/v5.0.0/banks/{BANK_ID} Get Bank
PSD2Api o_bpv5_0_0_get_consent_by_consent_request_id GET /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID/consents Get Consent By Consent Request Id
PSD2Api o_bpv5_0_0_get_consent_request GET /obp/v5.0.0/consumer/consent-requests/CONSENT_REQUEST_ID Get Consent Request
PaymentInitiationServicePISApi o_bpv1_4_0_get_transaction_request_types GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types Get Transaction Request Types for Account
PaymentInitiationServicePISApi o_bpv2_1_0_create_transaction_request_sandbox_tan POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SANDBOX_TAN/transaction-requests Create Transaction Request (SANDBOX_TAN)
PaymentInitiationServicePISApi o_bpv3_1_0_get_transaction_requests GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-requests Get Transaction Requests.
PaymentInitiationServicePISApi o_bpv4_0_0_answer_transaction_request_challenge POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/{TRANSACTION_REQUEST_TYPE}/transaction-requests/{TRANSACTION_REQUEST_ID}/challenge Answer Transaction Request Challenge
PaymentInitiationServicePISApi o_bpv4_0_0_create_transaction_request_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/ACCOUNT/transaction-requests Create Transaction Request (ACCOUNT)
PaymentInitiationServicePISApi o_bpv4_0_0_create_transaction_request_account_otp POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/ACCOUNT_OTP/transaction-requests Create Transaction Request (ACCOUNT_OTP)
PaymentInitiationServicePISApi o_bpv4_0_0_create_transaction_request_card POST /obp/v5.0.0/transaction-request-types/CARD/transaction-requests Create Transaction Request (CARD)
PaymentInitiationServicePISApi o_bpv4_0_0_create_transaction_request_counterparty POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/COUNTERPARTY/transaction-requests Create Transaction Request (COUNTERPARTY)
PaymentInitiationServicePISApi o_bpv4_0_0_create_transaction_request_free_form POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/FREE_FORM/transaction-requests Create Transaction Request (FREE_FORM)
PaymentInitiationServicePISApi o_bpv4_0_0_create_transaction_request_refund POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/REFUND/transaction-requests Create Transaction Request (REFUND)
PaymentInitiationServicePISApi o_bpv4_0_0_create_transaction_request_sepa POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SEPA/transaction-requests Create Transaction Request (SEPA)
PaymentInitiationServicePISApi o_bpv4_0_0_create_transaction_request_simple POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SIMPLE/transaction-requests Create Transaction Request (SIMPLE)
PaymentInitiationServicePISApi o_bpv4_0_0_get_counterparties_for_any_account GET /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Get Counterparties for any account (Explicit)
PaymentInitiationServicePISApi o_bpv4_0_0_get_explict_counterparties_for_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties Get Counterparties (Explicit)
PaymentInitiationServicePISApi o_bpv4_0_0_get_explict_counterparty_by_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/counterparties/{COUNTERPARTY_ID} Get Counterparty by Id (Explicit)
PaymentInitiationServicePISApi o_bpv4_0_0_get_transaction_request GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-requests/{TRANSACTION_REQUEST_ID} Get Transaction Request.
PersonApi o_bpv1_4_0_create_customer_message POST /obp/v5.0.0/banks/{BANK_ID}/customer/{CUSTOMER_ID}/messages Create Customer Message
PersonApi o_bpv4_0_0_create_customer_message POST /obp/v5.0.0/banks/{BANK_ID}/customers/{CUSTOMER_ID}/messages Create Customer Message
PersonApi o_bpv5_0_0_create_customer POST /obp/v5.0.0/banks/{BANK_ID}/customers Create Customer
PrivateDataApi o_bpv3_0_0_core_private_accounts_all_banks GET /obp/v5.0.0/my/accounts Get Accounts at all Banks (private)
PrivateDataApi o_bpv4_0_0_get_private_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts Get Accounts at Bank
ProductApi o_bpv3_1_0_create_product_collection PUT /obp/v5.0.0/banks/{BANK_ID}/product-collections/{COLLECTION_CODE} Create Product Collection
ProductApi o_bpv3_1_0_delete_product_attribute DELETE /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/attributes/{PRODUCT_ATTRIBUTE_ID} Delete Product Attribute
ProductApi o_bpv3_1_0_get_product_collection GET /obp/v5.0.0/banks/{BANK_ID}/product-collections/{COLLECTION_CODE} Get Product Collection
ProductApi o_bpv3_1_0_get_product_tree GET /obp/v5.0.0/banks/{BANK_ID}/product-tree/{PRODUCT_CODE} Get Product Tree
ProductApi o_bpv4_0_0_create_or_update_product_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/product Create or Update Product Attribute Definition
ProductApi o_bpv4_0_0_create_product_attribute POST /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/attribute Create Product Attribute
ProductApi o_bpv4_0_0_create_product_fee POST /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/fee Create Product Fee
ProductApi o_bpv4_0_0_delete_product_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/product Delete Product Attribute Definition
ProductApi o_bpv4_0_0_delete_product_cascade DELETE /obp/v5.0.0/management/cascading/banks/{BANK_ID}/products/{PRODUCT_CODE} Delete Product Cascade
ProductApi o_bpv4_0_0_delete_product_fee DELETE /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/fees/PRODUCT_FEE_ID Delete Product Fee
ProductApi o_bpv4_0_0_get_product GET /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE} Get Bank Product
ProductApi o_bpv4_0_0_get_product_attribute GET /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/attributes/{PRODUCT_ATTRIBUTE_ID} Get Product Attribute
ProductApi o_bpv4_0_0_get_product_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/product Get Product Attribute Definition
ProductApi o_bpv4_0_0_get_product_fee GET /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/fees/PRODUCT_FEE_ID Get Product Fee
ProductApi o_bpv4_0_0_get_product_fees GET /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/fees Get Product Fees
ProductApi o_bpv4_0_0_get_products GET /obp/v5.0.0/banks/{BANK_ID}/products Get Products
ProductApi o_bpv4_0_0_update_product_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/attributes/{PRODUCT_ATTRIBUTE_ID} Update Product Attribute
ProductApi o_bpv4_0_0_update_product_fee PUT /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE}/fees/PRODUCT_FEE_ID Update Product Fee
ProductApi o_bpv5_0_0_create_product PUT /obp/v5.0.0/banks/{BANK_ID}/products/{PRODUCT_CODE} Create Product
ProductCollectionApi o_bpv3_1_0_create_product_collection PUT /obp/v5.0.0/banks/{BANK_ID}/product-collections/{COLLECTION_CODE} Create Product Collection
ProductCollectionApi o_bpv3_1_0_get_product_collection GET /obp/v5.0.0/banks/{BANK_ID}/product-collections/{COLLECTION_CODE} Get Product Collection
PublicDataApi o_bpv2_0_0_public_accounts_all_banks GET /obp/v5.0.0/accounts/public Get Public Accounts at all Banks
PublicDataApi o_bpv2_0_0_public_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts/public Get Public Accounts at Bank
PublicDataApi o_bpv4_0_0_get_private_accounts_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/accounts Get Accounts at Bank
RoleApi o_bpv2_0_0_add_entitlement POST /obp/v5.0.0/users/{USER_ID}/entitlements Add Entitlement for a User
RoleApi o_bpv2_0_0_delete_entitlement DELETE /obp/v5.0.0/users/{USER_ID}/entitlement/{ENTITLEMENT_ID} Delete Entitlement
RoleApi o_bpv2_1_0_get_entitlements_by_bank_and_user GET /obp/v5.0.0/banks/{BANK_ID}/users/{USER_ID}/entitlements Get Entitlements for User at Bank
RoleApi o_bpv2_1_0_get_roles GET /obp/v5.0.0/roles Get Roles
RoleApi o_bpv3_0_0_add_entitlement_request POST /obp/v5.0.0/entitlement-requests Create Entitlement Request for current User
RoleApi o_bpv3_0_0_delete_entitlement_request DELETE /obp/v5.0.0/entitlement-requests/{ENTITLEMENT_REQUEST_ID} Delete Entitlement Request
RoleApi o_bpv3_0_0_get_all_entitlement_requests GET /obp/v5.0.0/entitlement-requests Get all Entitlement Requests
RoleApi o_bpv3_0_0_get_entitlement_requests GET /obp/v5.0.0/users/{USER_ID}/entitlement-requests Get Entitlement Requests for a User
RoleApi o_bpv3_0_0_get_entitlement_requests_for_current_user GET /obp/v5.0.0/my/entitlement-requests Get Entitlement Requests for the current User
RoleApi o_bpv3_0_0_get_entitlements_for_current_user GET /obp/v5.0.0/my/entitlements Get Entitlements for the current User
RoleApi o_bpv3_1_0_get_all_entitlements GET /obp/v5.0.0/entitlements Get all Entitlements
RoleApi o_bpv4_0_0_create_user_with_roles POST /obp/v5.0.0/user-entitlements Create (DAuth) User with Roles
RoleApi o_bpv4_0_0_get_entitlements GET /obp/v5.0.0/users/{USER_ID}/entitlements Get Entitlements for User
RoleApi o_bpv4_0_0_get_entitlements_for_bank GET /obp/v5.0.0/banks/{BANK_ID}/entitlements Get Entitlements for One Bank
SandboxApi o_bpv2_1_0_sandbox_data_import POST /obp/v5.0.0/sandbox/data-import Create sandbox
ScopeApi o_bpv3_0_0_delete_scope DELETE /obp/v5.0.0/consumers/{CONSUMER_ID}/scope/{SCOPE_ID} Delete Consumer Scope
ScopeApi o_bpv4_0_0_add_scope POST /obp/v5.0.0/consumers/{CONSUMER_ID}/scopes Create Scope for a Consumer
ScopeApi o_bpv4_0_0_get_scopes GET /obp/v5.0.0/consumers/{CONSUMER_ID}/scopes Get Scopes for Consumer
StandingOrderApi o_bpv4_0_0_create_standing_order POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/standing-order Create Standing Order
StandingOrderApi o_bpv4_0_0_create_standing_order_management POST /obp/v5.0.0/management/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/standing-order Create Standing Order (management)
TransactionApi o_bpv1_2_1_add_comment_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/comments Add a Transaction Comment
TransactionApi o_bpv1_2_1_add_image_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/images Add a Transaction Image
TransactionApi o_bpv1_2_1_add_tag_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/tags Add a Transaction Tag
TransactionApi o_bpv1_2_1_add_transaction_narrative POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Add a Transaction Narrative
TransactionApi o_bpv1_2_1_add_where_tag_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Add a Transaction where Tag
TransactionApi o_bpv1_2_1_delete_comment_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/comments/{COMMENT_ID} Delete a Transaction Comment
TransactionApi o_bpv1_2_1_delete_image_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/images/{IMAGE_ID} Delete a Transaction Image
TransactionApi o_bpv1_2_1_delete_tag_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/tags/{TAG_ID} Delete a Transaction Tag
TransactionApi o_bpv1_2_1_delete_transaction_narrative DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Delete a Transaction Narrative
TransactionApi o_bpv1_2_1_delete_where_tag_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Delete a Transaction Tag
TransactionApi o_bpv1_2_1_get_comments_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/comments Get Transaction Comments
TransactionApi o_bpv1_2_1_get_images_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/images Get Transaction Images
TransactionApi o_bpv1_2_1_get_other_account_for_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/other_account Get Other Account of Transaction
TransactionApi o_bpv1_2_1_get_tags_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/tags Get Transaction Tags
TransactionApi o_bpv1_2_1_get_transaction_narrative GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Get a Transaction Narrative
TransactionApi o_bpv1_2_1_get_where_tag_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Get a Transaction where Tag
TransactionApi o_bpv1_2_1_update_transaction_narrative PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Update a Transaction Narrative
TransactionApi o_bpv1_2_1_update_where_tag_for_view_on_transaction PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Update a Transaction where Tag
TransactionApi o_bpv3_0_0_get_core_transactions_for_bank_account GET /obp/v5.0.0/my/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions Get Transactions for Account (Core)
TransactionApi o_bpv3_0_0_get_firehose_transactions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/firehose/accounts/{ACCOUNT_ID}/views/{VIEW_ID}/transactions Get Firehose Transactions for Account
TransactionApi o_bpv3_0_0_get_transactions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions Get Transactions for Account (Full)
TransactionApi o_bpv3_1_0_get_transaction_by_id_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/transaction Get Transaction by Id
TransactionApi o_bpv4_0_0_create_or_update_transaction_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/transaction Create or Update Transaction Attribute Definition
TransactionApi o_bpv4_0_0_create_transaction_attribute POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions/{TRANSACTION_ID}/attribute Create Transaction Attribute
TransactionApi o_bpv4_0_0_delete_transaction_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/transaction Delete Transaction Attribute Definition
TransactionApi o_bpv4_0_0_delete_transaction_cascade DELETE /obp/v5.0.0/management/cascading/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions/{TRANSACTION_ID} Delete Transaction Cascade
TransactionApi o_bpv4_0_0_get_balancing_transaction GET /obp/v5.0.0/transactions/{TRANSACTION_ID}/balancing-transaction Get Balancing Transaction
TransactionApi o_bpv4_0_0_get_double_entry_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/double-entry-transaction Get Double Entry Transaction
TransactionApi o_bpv4_0_0_get_transaction_attribute_by_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions/{TRANSACTION_ID}/attributes/ATTRIBUTE_ID Get Transaction Attribute By Id
TransactionApi o_bpv4_0_0_get_transaction_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/transaction Get Transaction Attribute Definition
TransactionApi o_bpv4_0_0_get_transaction_attributes GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions/{TRANSACTION_ID}/attributes Get Transaction Attributes
TransactionApi o_bpv4_0_0_update_transaction_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transactions/{TRANSACTION_ID}/attributes/{ACCOUNT_ATTRIBUTE_ID} Update Transaction Attribute
TransactionFirehoseApi o_bpv3_0_0_get_firehose_transactions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/firehose/accounts/{ACCOUNT_ID}/views/{VIEW_ID}/transactions Get Firehose Transactions for Account
TransactionMetadataApi o_bpv1_2_1_add_comment_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/comments Add a Transaction Comment
TransactionMetadataApi o_bpv1_2_1_add_image_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/images Add a Transaction Image
TransactionMetadataApi o_bpv1_2_1_add_tag_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/tags Add a Transaction Tag
TransactionMetadataApi o_bpv1_2_1_add_transaction_narrative POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Add a Transaction Narrative
TransactionMetadataApi o_bpv1_2_1_add_where_tag_for_view_on_transaction POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Add a Transaction where Tag
TransactionMetadataApi o_bpv1_2_1_delete_comment_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/comments/{COMMENT_ID} Delete a Transaction Comment
TransactionMetadataApi o_bpv1_2_1_delete_image_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/images/{IMAGE_ID} Delete a Transaction Image
TransactionMetadataApi o_bpv1_2_1_delete_tag_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/tags/{TAG_ID} Delete a Transaction Tag
TransactionMetadataApi o_bpv1_2_1_delete_transaction_narrative DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Delete a Transaction Narrative
TransactionMetadataApi o_bpv1_2_1_delete_where_tag_for_view_on_transaction DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Delete a Transaction Tag
TransactionMetadataApi o_bpv1_2_1_get_comments_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/comments Get Transaction Comments
TransactionMetadataApi o_bpv1_2_1_get_images_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/images Get Transaction Images
TransactionMetadataApi o_bpv1_2_1_get_tags_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/tags Get Transaction Tags
TransactionMetadataApi o_bpv1_2_1_get_transaction_narrative GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Get a Transaction Narrative
TransactionMetadataApi o_bpv1_2_1_get_where_tag_for_view_on_transaction GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Get a Transaction where Tag
TransactionMetadataApi o_bpv1_2_1_update_transaction_narrative PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/narrative Update a Transaction Narrative
TransactionMetadataApi o_bpv1_2_1_update_where_tag_for_view_on_transaction PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transactions/{TRANSACTION_ID}/metadata/where Update a Transaction where Tag
TransactionRequestApi o_bpv1_4_0_get_transaction_request_types GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types Get Transaction Request Types for Account
TransactionRequestApi o_bpv2_1_0_create_transaction_request_sandbox_tan POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SANDBOX_TAN/transaction-requests Create Transaction Request (SANDBOX_TAN)
TransactionRequestApi o_bpv2_1_0_get_transaction_request_types_supported_by_bank GET /obp/v5.0.0/banks/{BANK_ID}/transaction-request-types Get Transaction Request Types at Bank
TransactionRequestApi o_bpv3_1_0_get_transaction_requests GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-requests Get Transaction Requests.
TransactionRequestApi o_bpv3_1_0_save_historical_transaction POST /obp/v5.0.0/management/historical/transactions Save Historical Transactions
TransactionRequestApi o_bpv4_0_0_answer_transaction_request_challenge POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/{TRANSACTION_REQUEST_TYPE}/transaction-requests/{TRANSACTION_REQUEST_ID}/challenge Answer Transaction Request Challenge
TransactionRequestApi o_bpv4_0_0_create_historical_transaction_at_bank POST /obp/v5.0.0/banks/{BANK_ID}/management/historical/transactions Create Historical Transactions
TransactionRequestApi o_bpv4_0_0_create_or_update_transaction_request_attribute_definition PUT /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/transaction-request Create or Update Transaction Request Attribute Definition
TransactionRequestApi o_bpv4_0_0_create_transaction_request_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/ACCOUNT/transaction-requests Create Transaction Request (ACCOUNT)
TransactionRequestApi o_bpv4_0_0_create_transaction_request_account_otp POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/ACCOUNT_OTP/transaction-requests Create Transaction Request (ACCOUNT_OTP)
TransactionRequestApi o_bpv4_0_0_create_transaction_request_attribute POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transaction-requests/{TRANSACTION_REQUEST_ID}/attribute Create Transaction Request Attribute
TransactionRequestApi o_bpv4_0_0_create_transaction_request_card POST /obp/v5.0.0/transaction-request-types/CARD/transaction-requests Create Transaction Request (CARD)
TransactionRequestApi o_bpv4_0_0_create_transaction_request_counterparty POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/COUNTERPARTY/transaction-requests Create Transaction Request (COUNTERPARTY)
TransactionRequestApi o_bpv4_0_0_create_transaction_request_free_form POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/FREE_FORM/transaction-requests Create Transaction Request (FREE_FORM)
TransactionRequestApi o_bpv4_0_0_create_transaction_request_refund POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/REFUND/transaction-requests Create Transaction Request (REFUND)
TransactionRequestApi o_bpv4_0_0_create_transaction_request_sepa POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SEPA/transaction-requests Create Transaction Request (SEPA)
TransactionRequestApi o_bpv4_0_0_create_transaction_request_simple POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-request-types/SIMPLE/transaction-requests Create Transaction Request (SIMPLE)
TransactionRequestApi o_bpv4_0_0_delete_transaction_request_attribute_definition DELETE /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/ATTRIBUTE_DEFINITION_ID/transaction-request Delete Transaction Request Attribute Definition
TransactionRequestApi o_bpv4_0_0_get_transaction_request GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/{VIEW_ID}/transaction-requests/{TRANSACTION_REQUEST_ID} Get Transaction Request.
TransactionRequestApi o_bpv4_0_0_get_transaction_request_attribute_by_id GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transaction-requests/{TRANSACTION_REQUEST_ID}/attributes/ATTRIBUTE_ID Get Transaction Request Attribute By Id
TransactionRequestApi o_bpv4_0_0_get_transaction_request_attribute_definition GET /obp/v5.0.0/banks/{BANK_ID}/attribute-definitions/transaction-request Get Transaction Request Attribute Definition
TransactionRequestApi o_bpv4_0_0_get_transaction_request_attributes GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transaction-requests/{TRANSACTION_REQUEST_ID}/attributes Get Transaction Request Attributes
TransactionRequestApi o_bpv4_0_0_update_transaction_request_attribute PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/transaction-requests/{TRANSACTION_REQUEST_ID}/attributes/ATTRIBUTE_ID Update Transaction Request Attribute
UserApi o_bpv2_0_0_add_entitlement POST /obp/v5.0.0/users/{USER_ID}/entitlements Add Entitlement for a User
UserApi o_bpv2_0_0_create_user POST /obp/v5.0.0/users Create User
UserApi o_bpv2_0_0_delete_entitlement DELETE /obp/v5.0.0/users/{USER_ID}/entitlement/{ENTITLEMENT_ID} Delete Entitlement
UserApi o_bpv2_0_0_get_permissions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/permissions Get access
UserApi o_bpv2_1_0_get_entitlements_by_bank_and_user GET /obp/v5.0.0/banks/{BANK_ID}/users/{USER_ID}/entitlements Get Entitlements for User at Bank
UserApi o_bpv3_0_0_add_entitlement_request POST /obp/v5.0.0/entitlement-requests Create Entitlement Request for current User
UserApi o_bpv3_0_0_delete_entitlement_request DELETE /obp/v5.0.0/entitlement-requests/{ENTITLEMENT_REQUEST_ID} Delete Entitlement Request
UserApi o_bpv3_0_0_get_all_entitlement_requests GET /obp/v5.0.0/entitlement-requests Get all Entitlement Requests
UserApi o_bpv3_0_0_get_current_user GET /obp/v5.0.0/users/current Get User (Current)
UserApi o_bpv3_0_0_get_customers_for_user GET /obp/v5.0.0/users/current/customers Get Customers for Current User
UserApi o_bpv3_0_0_get_entitlement_requests GET /obp/v5.0.0/users/{USER_ID}/entitlement-requests Get Entitlement Requests for a User
UserApi o_bpv3_0_0_get_entitlement_requests_for_current_user GET /obp/v5.0.0/my/entitlement-requests Get Entitlement Requests for the current User
UserApi o_bpv3_0_0_get_entitlements_for_current_user GET /obp/v5.0.0/my/entitlements Get Entitlements for the current User
UserApi o_bpv3_0_0_get_permission_for_user_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/permissions/{PROVIDER}/{PROVIDER_ID} Get Account access for User
UserApi o_bpv3_1_0_delete_user_auth_context_by_id DELETE /obp/v5.0.0/users/{USER_ID}/auth-context/{USER_AUTH_CONTEXT_ID} Delete User Auth Context
UserApi o_bpv3_1_0_delete_user_auth_contexts DELETE /obp/v5.0.0/users/{USER_ID}/auth-context Delete User's Auth Contexts
UserApi o_bpv3_1_0_get_bad_login_status GET /obp/v5.0.0/users/{USERNAME}/lock-status Get User Lock Status
UserApi o_bpv3_1_0_refresh_user POST /obp/v5.0.0/users/{USER_ID}/refresh Refresh User
UserApi o_bpv3_1_0_unlock_user PUT /obp/v5.0.0/users/{USERNAME}/lock-status Unlock the user
UserApi o_bpv4_0_0_create_current_user_attribute POST /obp/v5.0.0/my/user/attributes Create User Attribute for current user
UserApi o_bpv4_0_0_create_user_customer_links POST /obp/v5.0.0/banks/{BANK_ID}/user_customer_links Create User Customer Link
UserApi o_bpv4_0_0_create_user_with_account_access POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/user-account-access Create (DAuth) User with Account Access
UserApi o_bpv4_0_0_create_user_with_roles POST /obp/v5.0.0/user-entitlements Create (DAuth) User with Roles
UserApi o_bpv4_0_0_delete_user DELETE /obp/v5.0.0/users/{USER_ID} Delete a User
UserApi o_bpv4_0_0_get_current_user_attributes GET /obp/v5.0.0/my/user/attributes Get User Attributes for current user
UserApi o_bpv4_0_0_get_current_user_id GET /obp/v5.0.0/users/current/user_id Get User Id (Current)
UserApi o_bpv4_0_0_get_customers_at_any_bank GET /obp/v5.0.0/customers Get Customers at Any Bank
UserApi o_bpv4_0_0_get_customers_minimal_at_any_bank GET /obp/v5.0.0/customers-minimal Get Customers Minimal at Any Bank
UserApi o_bpv4_0_0_get_entitlements GET /obp/v5.0.0/users/{USER_ID}/entitlements Get Entitlements for User
UserApi o_bpv4_0_0_get_entitlements_for_bank GET /obp/v5.0.0/banks/{BANK_ID}/entitlements Get Entitlements for One Bank
UserApi o_bpv4_0_0_get_logout_link GET /obp/v5.0.0/users/current/logout-link Get Logout Link
UserApi o_bpv4_0_0_get_my_spaces GET /obp/v5.0.0/my/spaces Get My Spaces
UserApi o_bpv4_0_0_get_user_by_user_id GET /obp/v5.0.0/users/user_id/{USER_ID} Get User by USER_ID
UserApi o_bpv4_0_0_get_user_by_username GET /obp/v5.0.0/users/username/{USERNAME} Get User by USERNAME
UserApi o_bpv4_0_0_get_user_with_attributes GET /obp/v5.0.0/users/{USER_ID}/attributes Get User Attributes for the user
UserApi o_bpv4_0_0_get_users GET /obp/v5.0.0/users Get all Users
UserApi o_bpv4_0_0_get_users_by_email GET /obp/v5.0.0/users/email/EMAIL/terminator Get Users by Email Address
UserApi o_bpv4_0_0_grant_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/grant Grant User access to View
UserApi o_bpv4_0_0_lock_user POST /obp/v5.0.0/users/{USERNAME}/locks Lock the user
UserApi o_bpv4_0_0_reset_password_url POST /obp/v5.0.0/management/user/reset-password-url Create password reset url
UserApi o_bpv4_0_0_revoke_grant_user_access_to_views PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access Revoke/Grant User access to View
UserApi o_bpv4_0_0_revoke_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/revoke Revoke User access to View
UserApi o_bpv4_0_0_update_current_user_attribute PUT /obp/v5.0.0/my/user/attributes/USER_ATTRIBUTE_ID Update User Attribute for current user
UserApi o_bpv5_0_0_answer_user_auth_context_update_challenge POST /obp/v5.0.0/banks/{BANK_ID}/users/current/auth-context-updates/{AUTH_CONTEXT_UPDATE_ID}/challenge Answer User Auth Context Update Challenge
UserApi o_bpv5_0_0_create_user_auth_context POST /obp/v5.0.0/users/{USER_ID}/auth-context Create User Auth Context
UserApi o_bpv5_0_0_create_user_auth_context_update_request POST /obp/v5.0.0/banks/{BANK_ID}/users/current/auth-context-updates/{SCA_METHOD} Create User Auth Context Update Request
UserApi o_bpv5_0_0_get_customers_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/customers Get Customers at Bank
UserApi o_bpv5_0_0_get_customers_minimal_at_one_bank GET /obp/v5.0.0/banks/{BANK_ID}/customers-minimal Get Customers Minimal at Bank
UserApi o_bpv5_0_0_get_my_customers_at_any_bank GET /obp/v5.0.0/my/customers Get My Customers
UserApi o_bpv5_0_0_get_user_auth_contexts GET /obp/v5.0.0/users/{USER_ID}/auth-context Get User Auth Contexts
UserInvitationApi o_bpv4_0_0_create_user_invitation POST /obp/v5.0.0/banks/{BANK_ID}/user-invitation Create User Invitation
UserInvitationApi o_bpv4_0_0_get_user_invitation GET /obp/v5.0.0/banks/{BANK_ID}/user-invitations/SECRET_LINK Get User Invitation
UserInvitationApi o_bpv4_0_0_get_user_invitation_anonymous POST /obp/v5.0.0/banks/{BANK_ID}/user-invitations Get User Invitation Information
UserInvitationApi o_bpv4_0_0_get_user_invitations GET /obp/v5.0.0/banks/{BANK_ID}/user-invitations Get User Invitations
ViewCustomApi o_bpv1_2_1_delete_view_for_bank_account DELETE /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views/{VIEW_ID} Delete View
ViewCustomApi o_bpv2_0_0_get_permissions_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/permissions Get access
ViewCustomApi o_bpv3_0_0_create_view_for_bank_account POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views Create View
ViewCustomApi o_bpv3_0_0_get_accounts_held GET /obp/v5.0.0/banks/{BANK_ID}/accounts-held Get Accounts Held
ViewCustomApi o_bpv3_0_0_get_permission_for_user_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/permissions/{PROVIDER}/{PROVIDER_ID} Get Account access for User
ViewCustomApi o_bpv3_0_0_update_view_for_bank_account PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views/{VIEW_ID} Update View
ViewCustomApi o_bpv4_0_0_create_user_with_account_access POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/user-account-access Create (DAuth) User with Account Access
ViewCustomApi o_bpv4_0_0_grant_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/grant Grant User access to View
ViewCustomApi o_bpv4_0_0_revoke_grant_user_access_to_views PUT /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access Revoke/Grant User access to View
ViewCustomApi o_bpv4_0_0_revoke_user_access_to_view POST /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/account-access/revoke Revoke User access to View
ViewCustomApi o_bpv5_0_0_get_views_for_bank_account GET /obp/v5.0.0/banks/{BANK_ID}/accounts/{ACCOUNT_ID}/views Get Views for Account
ViewSystemApi o_bpv5_0_0_create_system_view POST /obp/v5.0.0/system-views Create System View
ViewSystemApi o_bpv5_0_0_delete_system_view DELETE /obp/v5.0.0/system-views/{VIEW_ID} Delete System View
ViewSystemApi o_bpv5_0_0_get_system_view GET /obp/v5.0.0/system-views/{VIEW_ID} Get System View
ViewSystemApi o_bpv5_0_0_get_system_views_ids GET /obp/v5.0.0/system-views-ids Get Ids of System Views
ViewSystemApi o_bpv5_0_0_update_system_view PUT /obp/v5.0.0/system-views/{VIEW_ID} Update System View
WebUiPropsApi o_bpv3_1_0_create_web_ui_props POST /obp/v5.0.0/management/webui_props Create WebUiProps
WebUiPropsApi o_bpv3_1_0_delete_web_ui_props DELETE /obp/v5.0.0/management/webui_props/{WEB_UI_PROPS_ID} Delete WebUiProps
WebUiPropsApi o_bpv3_1_0_get_web_ui_props GET /obp/v5.0.0/management/webui_props Get WebUiProps
WebhookApi o_bpv3_1_0_create_account_webhook POST /obp/v5.0.0/banks/{BANK_ID}/account-web-hooks Create an Account Webhook
WebhookApi o_bpv3_1_0_enable_disable_account_webhook PUT /obp/v5.0.0/banks/{BANK_ID}/account-web-hooks Enable/Disable an Account Webhook
WebhookApi o_bpv3_1_0_get_account_webhooks GET /obp/v5.0.0/management/banks/{BANK_ID}/account-web-hooks Get Account Webhooks
WebhookApi o_bpv4_0_0_create_bank_account_notification_webhook POST /obp/v5.0.0/banks/{BANK_ID}/web-hooks/account/notifications/on-create-transaction Create bank level Account Notification Webhook
WebhookApi o_bpv4_0_0_create_system_account_notification_webhook POST /obp/v5.0.0/web-hooks/account/notifications/on-create-transaction Create system level Account Notification Webhook

Documentation For Models

Documentation For Authorization

directLogin

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

gatewayLogin

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Author

contact@tesobe.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages