post https://sandbox.onebrick.io/v1/account-mfa/list/
This endpoint can be used to refresh the session of institution with MFA by sending new OTP to end user. Currently, E-Wallet and Institution with Security Question can use this customization.
Log in to see full request history
Request parameters
Key Parameter | Data Type | Description |
---|---|---|
user_access_token | String | token generated after successful institution connection through the widget which needs to be passed as the Bearer token in the Authorization header |
Response parameters
Key Parameter | Data type | Description |
---|---|---|
sessionId | String | Unique Id that generated after successful connection |
requestId | String | Request identification of that request |
token | String | OTP from the end-user (only for E-Wallet) |
securityQuestion | String | The security question that needs to be filled (only for Institution with Security Question) |
duration | Float | duration of the OTP before it expired |
Responses