Skip to main content

Check out Interactive Visual Stories to gain hands-on experience with the SSE product features. Click here.

Skyhigh Security

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
}

 

  • Was this article helpful?