Openapi
Create compliance request
Opens a new data subject request for a recipient identified by external id. Supported request types are access, export, delete, and correct. For correction requests, a correction payload with the fields to update is required.
Authorization<token>
In: header
Response Body
curl -X POST "https://loading/v1/manage/workspaces/{workspaceId}/compliance/requests"Empty
List compliance requests GET
Returns all data subject requests (access, export, delete, correct) across every environment in the workspace. DSR requests track GDPR and privacy compliance workflows for individual recipients.
Get compliance request GET
Retrieves the full data subject request record including its current status, request type, correction payload (if applicable), result payload, and timestamps.