Transcend · Example Payload

Transcend Consent Sync Example

TranscendPrivacyData GovernanceConsentPreference ManagementDSRData InventoryAI GovernanceGDPRCCPAComplianceWebhooksGraphQLMCPSDKTerraformHelm

Transcend Consent Sync 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 /sync",
  "request": {
    "consent": { "Analytics": true, "Advertising": false, "Functional": true },
    "confirmed": true,
    "timestamp": "2026-05-25T17:21:04Z",
    "token": "encoded-airgap-token"
  },
  "response": { "status": "SYNCED" }
}