Openapi
List compliance requests
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.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/compliance/requests"Empty
Delete workspace DELETE
Permanently deletes the workspace and all its environments, recipients, notifications, integrations, and other associated data. Requires a `confirmName` field in the body that must exactly match the workspace name. This action is irreversible.
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.