# list api clients

`GET https://api.suger.cloud/org/{orgId}/apiClient`

List all API clients in the given organization.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |

## Responses

### 200 — OK

Content-Type: `application/json`

**`ApiClient`** fields:

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `apiKeyHash` | string | no |  |
| `creationTime` | string | no |  |
| `id` | string | no |  |
| `info` | array<integer> | no |  |
| `lastUpdateTime` | string | no |  |
| `organizationID` | string | no |  |
| `provider` | string | no |  |
| `role` | string | no |  |
| `secret` | string | no |  |
| `type` | string | no |  |

### 400 — Bad request error

Content-Type: `application/json`

### 500 — Internal server error

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
