patch https://sandbox.onebrick.io/v2/data/account/list
This endpoint can be used to retrieve latest list of accounts or products (and their associated data) held by the End User with a Provider by providing new OTP to refresh the account session. Currently, E-Wallet can use this customization.
Request Parameters
Key Parameters | Data Type | Description |
---|---|---|
public_access_token | String | Unique Identifier token for clients, Also called as public_access_token |
user_access_token | String | Unique access token that is generated after a successful connection by the user |
session_id | String | Unique session id that generated after successful connection |
token | String | OTP from the end-user |
Response Parameters
Key Parameters | Data Type | Description |
---|---|---|
status | Int | Response status code |
data-job_id | String | Unique Id for request, It will help to map callback response |
data-message | String | Message to inform the user |
You can check the async(callback) response here.