Skip to main content
GET
/
v1
/
trust-access
/
{friendlyUrl}
/
faqs
Get Trust Center FAQs
curl --request GET \
  --url https://api.trycomp.ai/v1/trust-access/{friendlyUrl}/faqs
{
  "faqs": [
    {
      "id": "<string>",
      "question": "<string>",
      "answer": "<string>",
      "order": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

friendlyUrl
string
required

Trust Portal friendly URL or Organization ID

Response

FAQs retrieved successfully

faqs
object[] | null