-
API
-
The terms `API` (Application Programming Interface) and `Endpoint` are used somewhat interchangeablyMore...
- Get Connector Status (Loopback)
- Get JSON Web Key (JWK) URIs
-
v5.1.0 filtered by tag: OAuth (2 APIs)
API Host: https://apisandbox.openbankproject.com
Bank
Accounts
Views
Counterparties
Transactions
Get Connector Status (Loopback)
This endpoint makes a call to the Connector to check the backend transport is reachable. (WIP)
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
JSON response body fields:
duration_time: 60
git_commit: 59623811dd8a41f6ffe67be46954eee11913dc28
Typical Successful Response:
{
"connector_version":"rest_vMar2019",
"git_commit":"f0acd4be14cdcb94be3433ec95c1ad65228812a0",
"duration_time":"10 ms"
}
Validations:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Possible Errors:
- OBP-50000: Unknown Error.
- OBP-20001: User not logged in. Authentication is required!
Connector Methods:
Version: OBPv3.1.0,
function_name: by getObpConnectorLoopback, operation_id: OBPv3.1.0-getObpConnectorLoopback
Tags: API, OAuth, OIDC,
Get JSON Web Key (JWK) URIs
Typical Successful Response:
{
"jwks_uris":[{
"jwks_uri":"https://www.googleapis.com/oauth2/v3/certs"
}]
}
Validations:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Possible Errors:
- OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv3.1.0,
function_name: by getOAuth2ServerJWKsURIs, operation_id: OBPv3.1.0-getOAuth2ServerJWKsURIs
Tags: API, OAuth, OIDC,

