Retrieve a specific consent set with all consent records
consentSetId and need to retrieve the complete consent set details.| Header | Required | Description |
|---|---|---|
x-client-key | ✅ | Your public API key |
x-us-env | ❌ | Set to true for US region routing |
| Parameter | Type | Required | Description |
|---|---|---|---|
consentSetId | string (UUID) | ✅ | UUID of the consent set to retrieve |
| Field | Type | Description |
|---|---|---|
consentSetId | string (UUID) | Unique identifier for this consent set |
userId | string|null | User identifier (null if not yet linked) |
onboardingId | string | Temporary onboarding identifier |
tenantId | string | Tenant identifier |
policyType | string | Policy type: global or US |
completedAt | string|null | When user was linked (null if pending) |
createdAt | string (ISO 8601) | When consent set was created |
updatedAt | string (ISO 8601) | Last update timestamp |
consents | array | Array of consent records |
Verify Linking Status
Retrieve Specific Consent
Policy Verification