GET /admin/auth/api-keys/stats
Get summary statistics of API Keys under a tenant (total/active/revoked)
API Key `bearerAuth` application/json
Responses
| Status | Description | Schema |
| 200 | Statistics result | |
Referenced Schemas
dto.AdminStatsData
| Field | Type | Required | Example | Constraints | Description |
active |
integer |
No |
|
|
|
inactive |
integer |
No |
|
|
|
revoked |
integer |
No |
|
|
|
total |
integer |
No |
|
|
|
gitee_com_linmes_authms_micro-services_identity-service_internal_handler_dto.DataResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
object |
No |
|
|
|
message |
string |
No |
|
|
|