Skip to main content

Skyhigh Security is launching standalone documentation portals to support Japanese, German, and French languages. We are not supporting auto-translation. Stay tuned for further updates. Thanks for your support.

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?