Subscriber counts, grouped by carrier.
Response format | JSON |
---|---|
Requires authentication? | Yes |
start_date optional | Beginning time range for this query. |
---|---|
end_date optional | Ending time range for this query. |
carrier optional | Filter by the Subscriber's Carrier. |
curl -X GET \
-u '[SID]:[TOKEN]' \
'https://api.essential.to/v2/account/subscribers/analytics/by_carrier'
# Sample response
{
"AT&T Wireless": 4288,
"Comcast": 9,
"Jasper Wireless": 176,
"New Cell dba Cellcom": 2,
"Sprint Spectrum, L.P.": 674,
"T-Mobile USA, Inc.": 2228,
"Verizon Wireless": 4145,
...
}
Python coming soon.
Node coming soon.