v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-15367117899.6 KB
Trust Portal

Upload compliance certificate

Upload or replace a compliance certificate PDF such as SOC 2, ISO 27001, HIPAA, or GDPR evidence for Trust Center sharing.

post/v1/trust-portal/compliance-resources/upload

Request body

organizationIdstring required

Organization ID that owns the compliance resource

framework'iso_27001' | 'iso_42001' | 'gdpr' | 'hipaa' | 'soc2_type1' | 'soc2_type2' | 'soc3' | 'pci_dss' | 'nen_7510' | 'iso_9001' | 'pipeda' | 'ccpa' required

Compliance framework identifier

fileNamestring required

Original file name (PDF only)

fileTypestring required

MIME type of the file

fileDatastring required

Base64 encoded PDF content

Example request

{
  "organizationId": "org_6914cd0e16e4c7dccbb54426",
  "framework": "iso_27001",
  "fileName": "iso-27001-certificate.pdf",
  "fileType": "application/pdf"
}

Response

Compliance certificate uploaded successfully

framework'iso_27001' | 'iso_42001' | 'gdpr' | 'hipaa' | 'soc2_type1' | 'soc2_type2' | 'soc3' | 'pci_dss' | 'nen_7510' | 'iso_9001' | 'pipeda' | 'ccpa' required
fileNamestring required
fileSizenumber required

File size in bytes

updatedAtstring required

ISO timestamp when the certificate was last updated