---
title: "Create Trust Center subscriber"
method: POST
path: "/trust-centers/{slugId}/subscribers"
tags: ["Trust Centers"]
---

# Create Trust Center subscriber

`POST /trust-centers/{slugId}/subscribers`

Adds a subscriber to a Trust Center.

## Path parameters

- `slugId` string, required

## Request body

- AddTrustCenterSubscriberInput
  - `email` string, required — Email of the subscriber.
  - `customerTrustAccountId` string — Optional: Link subscriber to a customer trust account by ID.
  - `shouldSkipEmailVerification` boolean — When true, the subscriber is created as already verified and no verification email is sent. Defaults to false.

## Response `201`

Trust Center subscriber created

- TrustCenterSubscriber
  - `id` string, required — Unique identifier for the subscriber.
  - `email` string, required — Email of the subscriber.
  - `isEmailVerified` boolean, required — Whether the subscriber's email has been verified.
  - `creationDate` string, date-time, required — When the subscriber was created.
  - `customerTrustAccountId` string, nullable, required — The ID of the customer trust account this subscriber is linked to, if any.
  - `groups` SubscriberGroup[], required — Groups this subscriber belongs to.
    - `id` string, required — Unique identifier for the group.
    - `name` string, required — Name of the group.

---

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