-
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)
Anfitrión de la API: https://apisandbox.openbankproject.com
Banco
Cuentas
Vistas
Contrapartes
Transacciones
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
Respuesta Exitosa Típica:
{
"connector_version":"rest_vMar2019",
"git_commit":"f0acd4be14cdcb94be3433ec95c1ad65228812a0",
"duration_time":"10 ms"
}
Validaciones:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Posibles Errores:
- OBP-50000: Unknown Error.
- OBP-20001: User not logged in. Authentication is required!
Métodos de conector::
Version: OBPv3.1.0,
function_name: by getObpConnectorLoopback, operation_id: OBPv3.1.0-getObpConnectorLoopback
Tags: API, OAuth, OIDC,
Get JSON Web Key (JWK) URIs
Respuesta Exitosa Típica:
{
"jwks_uris":[{
"jwks_uri":"https://www.googleapis.com/oauth2/v3/certs"
}]
}
Validaciones:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Posibles Errores:
- OBP-50000: Unknown Error.
Métodos de conector::
Version: OBPv3.1.0,
function_name: by getOAuth2ServerJWKsURIs, operation_id: OBPv3.1.0-getOAuth2ServerJWKsURIs
Tags: API, OAuth, OIDC,

