curl --request POST \
--url https://api.wirespeed.co/team/statistics/operating-systems \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"startDate": "<string>",
"endDate": "<string>",
"days": 123
}
'{
"operatingSystems": [
{
"operatingSystem": "<string>",
"count": 123
}
]
}curl --request POST \
--url https://api.wirespeed.co/team/statistics/operating-systems \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"startDate": "<string>",
"endDate": "<string>",
"days": 123
}
'{
"operatingSystems": [
{
"operatingSystem": "<string>",
"count": 123
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Operating system distribution statistics
Show child attributes