List 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:

  1. /clients
  2. /clients?fields=displayName,officeId
  3. /clients?offset=10&limit=50
  4. /clients?orderBy=firstname&sortOrder=DESC
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!