post https://sandbox.onebrick.io/v1/account-mfa/detail/
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.
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 |
| accountID | String | ID of the account as parameter |
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 |
| securityQuestion | String | The security question that needs to be filled |
| duration | Float | duration of the OTP before it expired |
