get
https://v1/v1/savingsaccounts
Use this API to retrieve a paginated list of savings accounts and their details.
Filtering & Pagination
The response can be controlled using the following query parameters:
| Parameter | Description |
|---|---|
offset | The starting position of the results. Defaults to 0. |
limit | The maximum number of results to return. Defaults to 200. Pass 0 or a negative value to return all records. |
orderBy | Field to sort results by. Supported values: id, client_id, product_id, sub_status_enum, accounttype_enum. |
sortOrder | Sort direction. Supported values: ASC, DESC. |
For the supported values for Account Status, see: Account Status

