Skip to main content

API Reference — Overview

Base URL

https://api.cdp.internal/v1    # Internal
https://api.cdp.{tenant}/v1 # Tenant-specific

Authentication

All API requests require a Bearer token obtained via OAuth2 client credentials flow. See Authentication.

Rate Limits

TierRequests/minBurst
Standard1,0002,000
Premium10,00020,000
InternalUnlimited

Response Format

All responses use JSON with standard envelope:

{
"data": { ... },
"meta": {
"request_id": "uuid",
"timestamp": "2026-01-12T10:30:00Z",
"tenant_id": "uuid"
},
"errors": []
}

Available APIs

APIBase PathPurpose
Profile API/v1/profilesRead profiles (no browsing)
Segment API/v1/segmentsManage segments
Identity API/v1/identityResolve identities
Pipeline API/v1/pipelinesManage pipelines
Consent API/v1/consentManage consent
DSAR API/v1/dsarData subject requests
MCP ToolsMCP protocolAI agent access

OpenAPI Spec