Openapi
Update compliance request
Advances the status of a data subject request or updates its fields. Use this to transition requests through the processing lifecycle (pending → in_progress → completed/rejected). At least one field must be provided.
Authorization<token>
In: header
Response Body
curl -X PATCH "https://loading/v1/manage/workspaces/{workspaceId}/compliance/requests/{requestId}"Empty
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.
List audit events GET
Returns the audit log for the workspace. Each event records an actor (API key, team member, or system), the action performed, the target resource, and the outcome (success/failure). Events are append-only and cannot be modified or deleted.