Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.wirespeed.co/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.co/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.