Network Dashboard
Network dashboard and customer site information.
1 of 2
Filtering by query: /v1.0/network-dashboard/info
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"