GET /admin/compliance/standards
Return a list of all supported compliance standards (GDPR, ISO27001, SOC2, HIPAA, PCI-DSS, etc.), including name, version, category, and description
Compliance Management - Compliance Standards `bearerAuth` application/json
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.StandardItemResponse
| Field | Type | Required | Example | Constraints | Description |
category |
string |
No |
financial |
|
|
description |
string |
No |
Payment Card Industry Data Security Standard |
|
|
id |
string |
No |
pci_dss_v4 |
|
|
name |
string |
No |
PCI DSS v4.0.1 |
|
|
version |
string |
No |
4.0.1 |
|
|