---
title: "List Trust Center FAQ categories"
method: GET
path: "/trust-centers/{slugId}/faq-categories"
tags: ["Trust Centers"]
---

# List Trust Center FAQ categories

`GET /trust-centers/{slugId}/faq-categories`

Gets a list of FAQ categories on a Trust Center.

## Path parameters

- `slugId` string, required

## Response `200`

Ok

- ArrayResponseTrustCenterFaqCategory
  - `results` TrustCenterFaqCategory[], required
    - `id` string, required — Unique identifier for the FAQ category.
    - `name` string, required — Name of the category.

---

[API](https://skmtc.dev/vanta/apis/build-integrations.md) · [All operations](https://skmtc.dev/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
