GET/v1.0/devices/{mdn}/health-history/signal-qualityRead-only

Device Health History Signal Quality by MDN

Parameters

mdnpathstringrequired

Mobile Device Number (MDN)

startDatequerystringrequired

Start date for date range

endDatequerystringrequired

End date for date range

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/devices/521-267-1508/health-history/signal-quality?startDate=03%2F01%2F2026&endDate=03%2F11%2F2026" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Try this operation in the interactive explorer →