---
title: "Add Trust Center control"
method: POST
path: "/trust-centers/{slugId}/controls"
tags: ["Trust Centers"]
---

# Add Trust Center control

`POST /trust-centers/{slugId}/controls`

Adds a control to a Trust Center.

## Path parameters

- `slugId` string, required

## Request body

- AddControlToTrustCenterInput
  - `controlId` string, required — ID of the control to add to the Trust Center.
  - `categoryIds` string[], required — IDs of the categories to add the control to. This cannot be empty.

## Response `200`

Ok

- TrustCenterControl
  - `id` string, required — Unique identifier for the control.
  - `name` string, required — The name of the control, usually a summary of the description.
  - `description` string, required — The description of the control.
  - `categories` TrustCenterControlCategory[], nullable, required — The Trust Center control categories that the control belongs to.
    - `id` string, required — Unique identifier for the control category.
    - `name` string, required — Name of the category.

---

[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)
