Skip to main content
GET
/
trust-centers
/
{slugId}
/
controls
/
{controlId}
Get Trust Center control
curl --request GET \
  --url https://api.vanta.com/v1/trust-centers/{slugId}/controls/{controlId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "a2f7e1b9d0c3f4e5a6c7b8d9",
  "name": "Control name",
  "description": "Control description",
  "categories": [
    {
      "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
controlId
string
required

Response

200 - application/json

Ok

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
object[] | null
required

The Trust Center control categories that the control belongs to.