CentralCSP
APICompliance

Reconcile the script inventory

Refreshes the website's script inventory now: it picks up scripts newly seen on payment pages, records their origins, and applies matching rules and the tags those rules carry. Reconciliation already runs every hour and whenever a payment page or rule changes, so use this only when you want the result immediately. It is asynchronous and returns as soon as the work is queued. Limited to one request per 30 seconds per website.

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

POST
/v1/workspaces/{workspaceId}/websites/{websiteId}/compliance/reconcile

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/json

curl -X POST "https://api-next.centralcsp.com/v1/workspaces/string/websites/string/compliance/reconcile"
{  "queued": true}