curl --request POST \
--url https://api.wirespeed.co/team/count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"page": 123,
"filter": "<string>",
"search": "<string>",
"orderBy": "<string>",
"orderDir": "asc",
"onlyDemo": true,
"onlyTestMode": true,
"onlyOperatingTeam": true,
"onlyEndpointAutoContainment": true,
"onlyIdentityAutoContainment": true,
"escalationEmailSource": "custom"
}
'{
"totalCount": 123
}Returns total count of service provider client teams matching the same filters as the search endpoint.
curl --request POST \
--url https://api.wirespeed.co/team/count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"page": 123,
"filter": "<string>",
"search": "<string>",
"orderBy": "<string>",
"orderDir": "asc",
"onlyDemo": true,
"onlyTestMode": true,
"onlyOperatingTeam": true,
"onlyEndpointAutoContainment": true,
"onlyIdentityAutoContainment": true,
"escalationEmailSource": "custom"
}
'{
"totalCount": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
asc, desc Only include demo clients
Only include test mode clients
Only include clients marked as operating teams
Only include clients with endpoint auto containment enabled
Only include clients with identity auto containment enabled
Filter by escalation email source
custom, inherited Total number of teams matching the search criteria