Openapi
Get compliance request
Retrieves the full data subject request record including its current status, request type, correction payload (if applicable), result payload, and timestamps.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/compliance/requests/{requestId}"Empty
Create compliance request POST
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.
Update compliance request PATCH
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.