Transcend Data Subject Request Structure
Logical structure of a Transcend DSR, suitable for API Commons JSON Structure consumers.
Type:
Properties: 0
TranscendPrivacyData GovernanceConsentPreference ManagementDSRData InventoryAI GovernanceGDPRCCPAComplianceWebhookGraphQLMCPSDKTerraformHelm
Transcend Data Subject Request Structure is a JSON Structure definition published by Transcend.
{
"structure": "DataSubjectRequest",
"provider": "transcend-io",
"description": "Logical structure of a Transcend DSR, suitable for API Commons JSON Structure consumers.",
"fields": [
{ "name": "id", "type": "string", "format": "uuid", "required": true, "description": "DSR identifier" },
{ "name": "type", "type": "enum", "values": ["ACCESS", "ERASURE", "OPT_IN", "OPT_OUT", "RECTIFICATION", "RESTRICTION", "AUTO_FULFILL"], "required": true },
{ "name": "status", "type": "enum", "values": ["REQUEST_MADE", "IN_PROGRESS", "COMPLETED", "FAILED", "REJECTED", "REVOKED"], "required": true },
{ "name": "coreIdentifier", "type": "Identifier", "required": true },
{ "name": "subjectType", "type": "string", "description": "Subject type label, e.g. Customer or Employee" },
{ "name": "locale", "type": "string", "format": "bcp47" },
{ "name": "createdAt", "type": "string", "format": "date-time" },
{ "name": "completedAt", "type": "string", "format": "date-time" }
],
"embedded": {
"Identifier": [
{ "name": "name", "type": "string", "required": true },
{ "name": "value", "type": "string", "required": true },
{ "name": "type", "type": "enum", "values": ["EMAIL", "PHONE", "USER_ID", "CUSTOM"] }
]
}
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/transcend-data-subject-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.