GET /admin/compliance/tenants/self/score
Returns the security compliance score for the calling tenant (tenant_id derived from JWT context)
Compliance Management - Compliance Policy `bearerAuth` application/json
Referenced Schemas
dto.ComplianceScoreResponse
| Field | Type | Required | Example | Constraints | Description |
grade |
string |
No |
B |
|
|
overall_score |
number |
No |
85.5 |
|
|
tenant_id |
string |
No |
|
|
|
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|