Transcend · Example Payload

Transcend Webhook Dsr Job Example

TranscendPrivacyData GovernanceConsentPreference ManagementDSRData InventoryAI GovernanceGDPRCCPAComplianceWebhooksGraphQLMCPSDKTerraformHelm

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

Top-level fields

eventpayload

Example Payload

Raw ↑
{
  "event": "dsr-job",
  "payload": {
    "type": "dsr-job",
    "request": {
      "id": "f29c8b3e-9c7c-4e62-9c19-8f4f0a3c4b1d",
      "type": "ERASURE",
      "status": "REQUEST_MADE",
      "coreIdentifier": { "name": "email", "value": "jane@example.com" },
      "subjectType": "Customer",
      "createdAt": "2026-05-25T17:21:04Z"
    }
  }
}