GET/v1.0/network-dashboard/infoRead-only

Network Info

Parameters

iccidquerystring

Device iccid

offsetquerystring

Specifies the number of rows of the result table to skip before any rows are retrieved

limitquerystring

Rows that will be return

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/network-dashboard/info?iccid=value&offset=0&limit=25" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Try this operation in the interactive explorer →