list api clients
GET/org/:orgId/apiClient
List all API clients in the given organization.
Request
Path Parameters
orgId stringrequired
Organization ID
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
apiKeyHash string
creationTime string
id string
info integer[]
lastUpdateTime string
organizationID string
provider string
role string
secret string
type string
[
{
"apiKeyHash": "string",
"creationTime": "string",
"id": "string",
"info": [
0
],
"lastUpdateTime": "string",
"organizationID": "string",
"provider": "string",
"role": "string",
"secret": "string",
"type": "string"
}
]
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...