GET /compliance/privacy/policy
Public endpoint: Get current effective privacy policy version
Compliance Management - Trust Center None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
X-Tenant-ID |
header |
string |
No |
|
|
|
Tenant ID |
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.PrivacyPolicyDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PrivacyPolicyResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PrivacyPolicyResponse
Privacy policy version information (public)
| Field | Type | Required | Example | Constraints | Description |
content |
string |
No |
# Privacy Policy
Last updated: 2026-01-01
... |
|
Policy content |
effective_at |
string |
No |
2026-01-15T00:00:00Z |
|
Effective time |
published_at |
string |
No |
2026-01-01T00:00:00Z |
|
Published time |
summary |
string |
No |
This privacy policy explains how we collect and use your personal data |
|
Summary |
version |
string |
No |
1.0 |
|
Version number |