GET
/v1.0/network-dashboard/infoRead-onlyNetwork Info
Parameters
iccidquerystringDevice iccid
offsetquerystringSpecifies the number of rows of the result table to skip before any rows are retrieved
limitquerystringRows 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"