Get Client Accounts

Use this API to retrieve all savings accounts associated with a specific client.

Prerequisites

  • The client must exist in the system.
  • Pass the clientId as a path parameter.

Example Request

GET /v1/clients/{clientId}/accounts

Query Parameters

ParameterDescription
showReservedAccountSet to true to include reserved accounts in the response. Defaults to false.
Path Params
integer
required
Defaults to 1

The Id associated with the client
Example : 101

Query Params
boolean
Defaults to false

Indicates whether you need reserved account details. Defaults to false
Example: false

Headers
string
required

The ID of your banking instance visible in the MBANQ Console.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json