Consent Management API
Manage GDPR/CCPA user consent and data subject requests (export/delete).
User ConsentAuth
Retrieve all consents granted by the authenticated user.
Status Codes
- Name
200- Type
- HTTP
- Description
- Consent returned
Request
GET/api/v1/consent
Response 200
Export User DataAuth
Initiate a data export request (Right of Access).
Status Codes
- Name
200- Type
- HTTP
- Description
- Export initiated
Request
GET/api/v1/consent/export
Response 200
My DataAuth
Initiate a data deletion request (Right to Erasure).
Status Codes
- Name
202- Type
- HTTP
- Description
- Deletion scheduled
Request
POST/api/v1/consent/delete-my-data
Response 202