GET
/
asset
/
counts
curl --request GET \
  --url https://api.wirespeed.co/asset/counts \
  --header 'Authorization: Bearer <token>'
{
  "users": 123,
  "endpoints": 123,
  "files": 123,
  "locations": 123,
  "ips": 123,
  "domains": 123,
  "processes": 123,
  "userAgents": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The response is of type object.