Confirm a policy PDF upload completed
Links an uploaded PDF to a compliance policy after the file has been PUT to a presigned S3 URL. Call this after request-policy-pdf-upload-url returned an s3Key and you successfully uploaded the file bytes to that URL. The endpoint verifies the file exists in S3 before linking it to the policy or version.
Path parameters
Policy ID
Headers
Organization ID (required for session auth, optional for API key auth)
Request body
Example request
{
"s3Key": "org_abc/policies/pol_xyz/1735000000-acceptable-use-v1.pdf",
"versionId": "pv_abc123def456"
}Changes
Changed in 3 of the 56 revisions of this API.3
- ○
the endpoint scheme security
oauth2was removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
oauth2was added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○