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

# Add Trust Center control category

`POST /trust-centers/{slugId}/control-categories`

Adds a control category to a Trust Center.

## Path parameters

- `slugId` string, required

## Request body

- AddOrEditTrustCenterControlCategoryInput
  - `name` string, required — Name of the category.

## Response `200`

Ok

- TrustCenterControlCategory
  - `id` string, required — Unique identifier for the control category.
  - `name` string, required — Name of the category.

---

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