Account Summary

(AccountSummary endpoints are not accessible to scope org_mediacenter.)

1 of 12

Filtering by query: /v1.0/account/usageSummary/

GET/v1.0/account/usageSummary/Read-onlyPermalink ↗

Get the Account Usage Summary

CLIkajeet-sentinel usage summaryMCPsentinel_usage.usage_summary

Parameters

No parameters.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/account/usageSummary/" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"
Response · 200 OK
{
  "usageDetails": [
    {
      "renewalDate": "03/13/2026",
      "mbUsed": 50098,
      "pointsUsed": 235
    },
    {
      "renewalDate": "02/27/2026",
      "mbUsed": 45951,
      "pointsUsed": 287
    }
  ]
}

Build your first call in 5 minutes.

Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.