---
title: "Get Trust Center FAQs"
method: GET
path: "/v1/trust-access/{friendlyUrl}/faqs"
tags: ["Trust Access"]
---

# Get Trust Center FAQs

`GET /v1/trust-access/{friendlyUrl}/faqs`

Retrieve published Trust Center FAQs for an organization so public trust pages can show customer security answers.

## Path parameters

- `friendlyUrl` string, required

## Response `200`

FAQs retrieved successfully

- object
  - `faqs` object[], nullable
    - `id` string
    - `question` string
    - `answer` string
    - `order` number

## Other responses

- `404` — Trust site not found or not published

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/versions/726b9523fb22/schema)
