get
https://api.cloud.mbanq.com/v1/clients//accounts
Use this API to retrieve all savings accounts associated with a specific client.
Prerequisites
- The client must exist in the system.
- Pass the
clientIdas a path parameter.
Example Request
GET /v1/clients/{clientId}/accounts
Query Parameters
| Parameter | Description |
|---|---|
showReservedAccount | Set to true to include reserved accounts in the response. Defaults to false. |

