Quota
Quota overview
Check available scanning calls for this token. Quota is shared between all tokens of a workspace
get/v1/quotas
Response
Quota Overview
Example response
{
"content": {
"count": 2,
"limit": 5000,
"remaining": 4998,
"since": "2021-04-18"
}
}