Compliance requests

Generate + attach a trust-center subscriber export for a VIEW DSAR task

Runs exportSubscriberData for the synthetic trust-center task and uploads the resulting JSON to the request's file store. The existing PATCH-on-resolve flow picks it up in the download zip automatically. Idempotent on re-click (overwrites the prior export under the same filename). Does NOT mark the task completed — admin handles that separately when they resolve the request.

POST
/organizations/{organizationId}/projects/{projectId}/compliance-requests/{complianceRequestId}/trust-center-exports
x-api-key<token>

In: header

Path Parameters

organizationIdstring
Formatuuid
projectIdstring
Formatuuid
complianceRequestIdstring
Formatuuid
trustCenterIdstring
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.concord.tech/privacy-v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/compliance-requests/497f6eca-6276-4993-bfeb-53cbbbba6f08/trust-center-exports" \  -H "Content-Type: application/json" \  -d '{    "trustCenterId": "f9cf2051-b17e-4a4d-88ed-a991b8a0fb98"  }'
{
  "fileName": "string",
  "fileSize": 0
}
{
  "statusCode": 404,
  "error": "Not Found",
  "message": "string"
}
{
  "statusCode": 404,
  "error": "Not Found",
  "message": "Forbidden"
}
{
  "statusCode": 403,
  "error": "Forbidden",
  "message": "Forbidden"
}
{
  "statusCode": 404,
  "error": "Not Found",
  "message": "Not Found"
}
{
  "statusCode": 422,
  "error": "Unprocessable Entity",
  "message": "string"
}
{
  "statusCode": 500,
  "error": "Internal Server Error",
  "message": "Internal Server Error"
}