Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Number of days for chart data (30, 60, or 90)
curl --request POST \
--url https://api.wirespeed.co/detection/stats/category-class \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"days": 123
}'[
{
"categoryClass": "<string>",
"displayName": "<string>",
"count": 123,
"percentage": 123
}
]curl --request POST \
--url https://api.wirespeed.co/detection/stats/category-class \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"days": 123
}'[
{
"categoryClass": "<string>",
"displayName": "<string>",
"count": 123,
"percentage": 123
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of days for chart data (30, 60, or 90)