---
title: "Get Trust Center"
method: GET
path: "/trust-centers/{slugId}"
tags: ["Trust Centers"]
---

# Get Trust Center

`GET /trust-centers/{slugId}`

Gets a Trust Center by slug ID.

## Path parameters

- `slugId` string, required

## Response `200`

Ok

- TrustCenter
  - `id` string, required — Unique identifier for the Trust Center.
  - `title` string, nullable, required — Custom title set for the Trust Center.
  - `companyDescription` string, nullable, required — Company description displayed in the Trust Center header.
  - `privacyPolicy` string, nullable, required — URL of the Trust Center company's privacy policy.
  - `awsMarketplaceListing` string, nullable, required — URL of the Trust Center company's AWS Marketplace listing.
  - `customDomain` string, nullable, required — Custom domain that the Trust Center can be found at, e.g. trust.vanta.com.
  - `isPublic` boolean, required — Whether the Trust Center is public.
  - `bannerSetting` object, required — Information about the Trust Center's banner.
    - `endColor` string, nullable, required — End color of the banner. Only applies if setting is GRADIENT.
    - `startColor` string, nullable, required — Start color of the banner. Only applies if setting is GRADIENT.
    - `setting` 'CUSTOM_IMAGE' | 'GRADIENT' | 'MINIMAL' | 'VANTA', required — Possible banner settings for the Trust Center. - CUSTOM_IMAGE: Banner is a custom uploaded image. - GRADIENT: Banner is a gradient between two colors. - MINIMAL: No banner. - VANTA: Legacy Vanta-themed banner. No longer selectable as a banner style.
  - `customTheme` object, required — Custom theme colors chosen for the Trust Center.
    - `secondary` string, nullable, required — Secondary color selected for the theme.
    - `primary` string, nullable, required — Primary color selected for the theme.
  - `contactEmail` string, nullable, required — Contact email displayed on the Trust Center.
  - `customHeading` string, nullable, required — Custom heading displayed on the Trust Center.
  - `creationDate` string, date-time, required — Date the Trust Center was created.
  - `updatedDate` string, date-time, required — Date the Trust Center was last updated.

---

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