GET /auth/me/consent-history
Get user's consent authorization history, for GDPR compliance audit
Account Management `bearerAuth` application/json
Referenced Schemas
domain.UserConsent
| Field | Type | Required | Example | Constraints | Description |
granted |
boolean |
No |
|
|
|
id |
string |
No |
|
|
|
ip_address |
string |
No |
|
|
|
recorded_at |
string |
No |
|
|
|
revoked_at |
string |
No |
|
|
|
scope |
string |
No |
|
|
marketing, analytics, third_party, terms, privacy |
tenant_id |
string |
No |
|
|
|
user_agent |
string |
No |
|
|
|
user_id |
string |
No |
|
|
|
version |
string |
No |
|
|
Policy version number |
dto.ConsentHistoryResponse
User privacy consent history
| Field | Type | Required | Example | Constraints | Description |
history |
array of
See domain.UserConsent |
No |
|
|
History |
user_id |
string |
No |
user-001 |
|
User ID |