CentralCSP
APICompliance

Export the compliance evidence pack

Generates a ZIP evidence pack for PCI DSS v4.0.1 requirements 6.4.3 and 11.6.1. It contains a PDF report (scope, methodology, the script inventory with each authorization's written justification and approver, rejected and retired scripts, rules, origins, and a change summary) plus two CSV files with the complete data behind it: the full script inventory and the full change ledger. Give this archive to your assessor.

Requires the viewer role on the website and the compliance plan feature.

GET
/v1/workspaces/{workspaceId}/websites/{websiteId}/compliance/export

Authorization

AuthorizationBearer <token>

An OpenID Connect access token issued by Keycloak, acting as the signed-in user.

In: header

Path Parameters

workspaceId*string
websiteId*string

Response Body

application/zip

curl -X GET "https://api-next.centralcsp.com/v1/workspaces/string/websites/string/compliance/export"
{}