Transcend · Example Payload

Transcend Data Silo Example

TranscendPrivacyData GovernanceConsentPreference ManagementDSRData InventoryAI GovernanceGDPRCCPAComplianceWebhooksGraphQLMCPSDKTerraformHelm

Transcend Data Silo 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-silo",
  "request": {
    "title": "Internal CRM",
    "type": "server",
    "url": "https://crm.example.com/transcend-webhook",
    "description": "Custom data silo for the internal CRM application.",
    "headers": [
      { "name": "X-CRM-Token", "value": "abc123", "isSecret": true }
    ]
  },
  "response": {
    "id": "ds_5a91",
    "title": "Internal CRM",
    "type": "server",
    "url": "https://crm.example.com/transcend-webhook"
  }
}