get api client
GET https://api.suger.cloud/org/{orgId}/apiClient/{apiClientId}
Get the API client by ID.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
orgId | path | string | yes | Organization ID |
apiClientId | path | string | yes | API client ID |
Responses
200 — OK
Content-Type: application/json · Schema: ApiClient
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
View as Markdown · Interactive API reference
Spotted something wrong or out of date on this page? Tell us and we'll correct it.