get https://api.cloud.mbanq.com/v1/clients
The List of Clients API allows you to retrieve a list of clients from the system.
This endpoint is useful for obtaining client details for various purposes such as displaying client information in your application, performing client analysis, or integrating client data with other systems.
This API supports pagination and sorting.
The supported values for Client Status can be found here: Client Status.
Example Requests:
/clients
/clients?fields=displayName,officeId
/clients?offset=10&limit=50
/clients?orderBy=firstname&sortOrder=DESC