GET/v1.0/dashboard/{corpId}/installationSummaryRead-only

WBU Installations Summary For Selected Period

Parameters

corpIdpathstringrequired

Device group

startDatequerystringrequired

Start date to generate summary.

endDatequerystringrequired

End date to generate summary.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/dashboard/NORTHSTAR-ISD/installationSummary?startDate=03%2F01%2F2026&endDate=03%2F11%2F2026" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Try this operation in the interactive explorer →