Subscriber counts, grouped by transport.
Response format | JSON |
---|---|
Requires authentication? | Yes |
curl -X GET \
-u '[SID]:[TOKEN]' \
'https://api.essential.to/v2/account/subscribers/analytics/by_transport'
# Sample response
{
"12345": 10460,
"67890": 10325,
"5005370364": 146,
"5005370433": 146,
"5005370352": 145,
...
}
Python coming soon.
Node coming soon.