Skip to main content
POST
/
trust-centers
/
{slugId}
/
control-categories
Add Trust Center control category
curl --request POST \
  --url https://api.vanta.com/v1/trust-centers/{slugId}/control-categories \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": "93d69894dd525f806d7e5c48",
  "name": "Category name"
}

Documentation Index

Fetch the complete documentation index at: https://vanta.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slugId
string
required

Body

application/json
name
string
required

Name of the category.

Response

200 - application/json

Ok

id
string
required

Unique identifier for the control category.

name
string
required

Name of the category.