get
https://sandbox.onebrick.io/v2/data/transaction-balance-summary
This API furnishes the data on monthly basics and helps you get the Beginning balance, Ending balance, Daily balance, Average balance, Income source, and expenses destination.
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 |
| from | String | Starting date Form date(format - MM-YYYY) |
| to | String | End date till you want a data(format - MM-YYYY) |
Response Parameters
| Key Parameters | Data Type | Description |
|---|---|---|
| job_id | String | Unique Id for request, It will help to map callback response |
You can check the async(callback) response here.
