Transcend · Example Payload

Transcend Upsert Preferences Example

TranscendPrivacyData GovernanceConsentPreference ManagementDSRData InventoryAI GovernanceGDPRCCPAComplianceWebhooksGraphQLMCPSDKTerraformHelm

Transcend Upsert Preferences 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": "PUT /v1/preferences",
  "request": {
    "partition": "main",
    "identifiers": [{ "name": "email", "value": "jane@example.com" }],
    "records": [
      {
        "purpose": "Marketing",
        "preference": "EmailOptIn",
        "value": true,
        "timestamp": "2026-05-25T17:21:04Z"
      }
    ]
  },
  "response": { "status": "OK", "updated": 1 }
}