curl --request GET \
--url https://api.wirespeed.com/endpoint/hva/count \
--header 'Authorization: Bearer <token>'
{
"count": 123,
"change": 123
}
Returns the current count of High Value Assets and the change over time
curl --request GET \
--url https://api.wirespeed.com/endpoint/hva/count \
--header 'Authorization: Bearer <token>'
{
"count": 123,
"change": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
HVA count and change statistics
The response is of type object
.