Query Quota
Use this API call to request the number of calls you have remaining against your API quota.
URI for Request
/rest/clientapi/csp/quota
Method
POST
Acceptable Request Body
keythatidentifiesthepartner
is the API key provided to you by support during initial API setup.
{ "apikey" : "keythatidentifiesthepartner"}
Example Response
{ "quota": { "servicesperweek": 100, "servicesperday": 100, "totalservices": 5000, "category": true, "overallriskscore": true, "groupriskscore": true, "attributemetadata": true, "allattributesallowed": false, "attributesallowed": [ "Datasharingsupport", "Enterpriseidentity", "Penaltyonsla" ] }, "noofservicestoday": 37, "noofservicesthisweek": 37, "noofservicesinttotal": 442 }