---
title: "Set Trust Center data collected"
method: PUT
path: "/trust-centers/{slugId}/data-collected"
tags: ["Trust Centers"]
---

# Set Trust Center data collected

`PUT /trust-centers/{slugId}/data-collected`

Replaces all data-collected disclosures on a Trust Center with the
provided list. This is a full replacement — any existing disclosures
not included in the request body will be removed. To add or remove a
single entry, first GET the current list, modify it, then PUT the
updated list back.

## Path parameters

- `slugId` string, required

## Request body

- SetDataCollectedInput
  - `dataCollected` DataCollectedInputItem[], required — List of data-collected disclosures to set on the Trust Center.
    - `dataCollected` string, required — Name of the data type being disclosed.
    - `status` 'COLLECTED' | 'HIDDEN' | 'NOT_COLLECTED', required — Enum representing if and how the data collected is shown on the trust center
  - `dataCollectedHeading` string, nullable — Custom heading for the data collected section. If null is passed in, unsets the current heading.

## Response `200`

Ok

- ArrayResponseTrustCenterDataCollected
  - `results` TrustCenterDataCollected[], required
    - `dataCollected` string, required — Name of the data type being disclosed.
    - `status` 'COLLECTED' | 'HIDDEN' | 'NOT_COLLECTED', required — Enum representing if and how the data collected is shown on the trust center

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/versions/6c1f7590538b/schema)
