Skip to main content
GET
/
trust-centers
/
{slugId}
/
control-categories
/
{categoryId}
Get Trust Center control category
curl --request GET \
  --url https://api.vanta.com/v1/trust-centers/{slugId}/control-categories/{categoryId} \
  --header 'Authorization: Bearer <token>'
{
  "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
categoryId
string
required

Response

200 - application/json

Ok

id
string
required

Unique identifier for the control category.

name
string
required

Name of the category.