Skip to main content
GET
/
trust-centers
/
{slugId}
/
faq-categories
List Trust Center FAQ categories
curl --request GET \
  --url https://api.vanta.com/v1/trust-centers/{slugId}/faq-categories \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "71a3b8d2ef904c1a6d5e7f30",
      "name": "Security"
    }
  ]
}

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