Transcend · Example Payload

Transcend Get Dsr Example

TranscendPrivacyData GovernanceConsentPreference ManagementDSRData InventoryAI GovernanceGDPRCCPAComplianceWebhooksGraphQLMCPSDKTerraformHelm

Transcend Get 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": "GET /v1/data-subject-request/{id}",
  "request": { "id": "f29c8b3e-9c7c-4e62-9c19-8f4f0a3c4b1d" },
  "response": {
    "id": "f29c8b3e-9c7c-4e62-9c19-8f4f0a3c4b1d",
    "type": "ACCESS",
    "status": "IN_PROGRESS",
    "coreIdentifier": { "name": "email", "value": "jane@example.com" },
    "subjectType": "Customer",
    "locale": "en-US",
    "createdAt": "2026-05-25T17:21:04Z"
  }
}