Get the compliance summary
Reports PCI DSS 6.4.3 readiness for every website you can access, plus workspace totals. A website counts as ready once it is collecting reports and has at least one payment page defined. Use scriptsToReview to see how much review work is outstanding. Only enabled payment pages and rules are counted.
Requires membership of the workspace and the compliance plan feature.
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
Response Body
application/json
curl -X GET "https://example.com/v1/workspaces/string/compliance"{ "totals": { "websites": 0, "readyWebsites": 0, "paymentPages": 0, "definedPaymentPages": 0, "rules": 0, "scripts": 0, "justifiedScripts": 0, "reviewedScripts": 0, "scriptsToReview": 0, "reviewScope": { "state": "measured", "percent": 75 } }, "websites": [ { "id": "string", "name": "string", "url": "http://example.com", "endpointEnabled": true, "paymentPages": 0, "definedPaymentPages": 0, "rules": 0, "scripts": 0, "justifiedScripts": 0, "reviewedScripts": 0, "scriptsToReview": 0, "reviewScope": { "state": "measured", "percent": 75 } } ]}List audit logs GET
Lists administrative changes made in this workspace, newest first: role changes, invitations, website and access changes, group edits, and API key activity.
Get the website compliance summary GET
Reports PCI DSS 6.4.3 readiness for one website: how much of its scope is defined, how many scripts are in the inventory, and how many of them have been...