GET
/
api
/
v2
/
app-stats
curl --request GET \
  --url https://aquilax.ai/api/v2/app-stats
{
  "line_of_codes": 123,
  "orgs": 123,
  "scans": 123,
  "users": 123,
  "vulns": 123
}

Response

200 - application/json
Statistics retrieved successfully

Schema for application statistics.

line_of_codes
integer
orgs
integer
scans
integer
users
integer
vulns
integer