CentralCSP
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.

GET
/v1/workspaces/{workspaceId}/websites/{websiteId}/usage

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 GET "https://api-next.centralcsp.com/v1/workspaces/string/websites/string/usage"
{  "websiteId": "string",  "period": "2026-01",  "limit": 0,  "usage": 0}