Transcend · Example Payload

Transcend Submit Dsr Example

TranscendPrivacyData GovernanceConsentPreference ManagementDSRData InventoryAI GovernanceGDPRCCPAComplianceWebhooksGraphQLMCPSDKTerraformHelm

Transcend Submit Dsr Example is an example object payload from Transcend, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequestresponse

Example Payload

Raw ↑
{
  "operation": "POST /v1/data-subject-request",
  "request": {
    "type": "ACCESS",
    "subject": { "name": "email", "value": "jane@example.com" },
    "subjectType": "Customer",
    "locale": "en-US",
    "details": "Customer access request submitted via support portal.",
    "isSilent": false
  },
  "response": {
    "id": "f29c8b3e-9c7c-4e62-9c19-8f4f0a3c4b1d",
    "type": "ACCESS",
    "status": "REQUEST_MADE",
    "coreIdentifier": { "name": "email", "value": "jane@example.com" },
    "subjectType": "Customer",
    "locale": "en-US",
    "createdAt": "2026-05-25T17:21:04Z"
  }
}