v1

latestOpenAPI 3.0.1Vanta Terms of Service2026-07-26327517821.8 KB
Trust Centers

Update Trust Center

Updates a Trust Center by slug ID.

patch/trust-centers/{slugId}

Path parameters

slugIdstring required

Request body

titlestring nullable

Custom title for the Trust Center. If null is passed in, the current custom title is unset and the default title is restored.

companyDescriptionstring nullable

Company description displayed in the Trust Center header. If null is passed in, the current company description is unset.

privacyPolicystring nullable

Privacy policy URL to set on the Trust Center. If null is passed in, unsets the current privacy policy.

awsMarketplaceListingstring nullable

AWS Marketplace listing URL to set on the Trust Center. If null is passed in, unsets the current AWS Marketplace listing.

isPublicboolean

Whether the Trust Center is public or not.

contactEmailstring nullable

Contact email displayed on the Trust Center. If null is passed in, unsets the current contact email.

customHeadingstring nullable

Custom heading displayed on the Trust Center. If null is passed in, unsets the current custom heading.

Response

Ok

idstring required

Unique identifier for the Trust Center.

titlestring nullable required

Custom title set for the Trust Center.

companyDescriptionstring nullable required

Company description displayed in the Trust Center header.

privacyPolicystring nullable required

URL of the Trust Center company's privacy policy.

awsMarketplaceListingstring nullable required

URL of the Trust Center company's AWS Marketplace listing.

customDomainstring nullable required

Custom domain that the Trust Center can be found at, e.g. trust.vanta.com.

isPublicboolean required

Whether the Trust Center is public.

contactEmailstring nullable required

Contact email displayed on the Trust Center.

customHeadingstring nullable required

Custom heading displayed on the Trust Center.

creationDatestring date-time required

Date the Trust Center was created.

updatedDatestring date-time required

Date the Trust Center was last updated.