get https://sandbox.onebrick.io/v2/data/avg-balance
The Average Balance GET API will allow clients to receive user authorized average balance.
It can be generated for a selected period.
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(MM-YYYY) | Starting period of the requested avg-balance |
| to | String(MM-YYYY) | Ending period of the requested avg-balance |
You can check the async(callback) response here.
