v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Document Attachments

Add Document Attachments

Use this API to add attachments to a policy, standard, procedure, or privacy notice. Attachments can include supporting files or related resources.

post/v1/{complianceType}/{policyId}/documents

Path parameters

complianceType'policies' | 'standards' | 'procedures' | 'privacynotices' required

The type of compliance document.

policyIdstring uuid required

The unique identifier of the policy, standard, procedure, or privacy notice. This value is obtained using the Get List of Documents API.

Request body

Example request

{
  "documentRequests": [
    {
      "documentId": "123e4567-e89b-12d3-a456-426614174000",
      "fileName": "Data Privacy Policy.pdf",
      "fileDescription": "Supporting documentation for data privacy compliance",
      "documentLink": "https://company.com/policies/data-privacy-policy.pdf"
    }
  ]
}

Response

Documents successfully added to the policy