Endpoints
Each endpoint is idempotent. See Idempotency for the per-method contract.
PUT is a full replace — fields you omit from the new body do not survive the call.
Config shape
The config is one of two shapes, distinguished byvalue.type:
WHITELIST— allow-list. Ships only the mandatory CTR fields plus the fields you name.BLACKLIST— deny-list. Ships every CTR field except the ones you name.
ContactId, InitiationTimestamp, Queue.Name) ship regardless. A deny-list cannot remove them; an allow-list cannot omit them.
With no config in place, the Cloud Collector applies the privacy-first default and ships only the mandatory CTR fields. The endpoints return 404 in that state.
Related
- Get redaction config — inspect what is in effect.
- Update redaction config — replace the active config.
- Delete redaction config — remove the config and revert to the default.
- Configure CTR redaction — the step-by-step rollout guide.
- Contact trace records — the CTR data model the
fieldsarray references. - Errors, Rate limits, Idempotency, Versioning — shared API conventions.