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

# Get Trust Center update

`GET /trust-centers/{slugId}/updates/{updateId}`

Gets a specific update on a Trust Center.

## Path parameters

- `slugId` string, required
- `updateId` string, required

## Response `200`

Ok

- TrustCenterUpdateAPIResponse
  - `id` string, required — Unique identifier for the update.
  - `title` string, required — Title of the update.
  - `description` string, required — Description of the update.
  - `category` 'GENERAL' | 'COMPLIANCE' | 'SECURITY' | 'PRIVACY' | 'INCIDENT' | 'ROADMAP', required — The possible categories for a Trust Center update.
  - `creationDate` string, date-time, required — Date the update was created.
  - `updatedDate` string, date-time, required — Date the viewer was last updated.
  - `visibilityType` 'PUBLIC' | 'PRIVATE', required — Visibility of a Trust Center update.
  - `notifiedEmails` string[] — Emails to notify about the update.

---

[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)
