---
title: "List sub-clients"
method: GET
path: "/clients"
tags: ["Clients"]
---

# List sub-clients

`GET /clients`

Lists sub-clients of the current client.

## Response `200`

List of sub-clients.

- ClientSummary[]
  - `client_id` integer
  - `clientname` string
  - `status` 'active' | 'inactive'

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
