APIUsage
Get website usage
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.
Requires the viewer role on the website.
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 GET "https://api-next.centralcsp.com/v1/workspaces/string/websites/string/usage"{ "websiteId": "string", "period": "2026-01", "limit": 0, "usage": 0}Get workspace usage GET
Returns how many reports the workspace has accepted this period, the plan limit, and whether the subscription is active.
Set a website usage limit PUT
Caps how many reports this website may accept per period, so one noisy site cannot spend the whole workspace allowance. Send null to remove the cap.