v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Trust Portal

List additional trust portal documents for the organization

List additional trust portal documents for the organization in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures.

post/v1/trust-portal/documents/list

Request body

organizationIdstring required

Organization ID that owns the compliance resources

Example request

{
  "organizationId": "org_6914cd0e16e4c7dccbb54426"
}

Response

Documents retrieved successfully

idstring required
namestring required
descriptionobject
createdAtstring required
updatedAtstring required

Example response

[
  {
    "id": "tdoc_abc123",
    "name": "security-overview.pdf",
    "createdAt": "2026-01-02T10:15:00.000Z",
    "updatedAt": "2026-01-02T10:15:00.000Z"
  }
]