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

Response

200 - application/json

Ok

results
object[]
required