Get workspace usage
Returns how many reports the workspace has accepted this period, the plan limit, and whether the subscription is active. Periods are calendar months in UTC and the counter resets on the first of the month. Once the limit is reached, ingestion stops for every website in the workspace until the next period.
Requires membership of the workspace.
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://api-next.centralcsp.com/v1/workspaces/string/usage"{ "workspaceId": "string", "period": "2026-01", "hasActiveSubscription": true, "limit": 0, "usage": 0}Generate a Subresource Integrity hash POST
Fetches a script or stylesheet and returns the integrity value to put on its tag, so the browser refuses the file if it ever changes.
Get website usage GET
Returns how many reports this website has accepted this period and the limit set on it. A null limit means only the workspace limit applies.