Get Active Subscribers in List
This method gets the total active subscriber count of a list.
URL
https://mail.tribearc.com/api/subscribers/active-subscriber-count.php
PARAMETERS (POST)
api_keyyour API key, available in Settings.list_idthe id of the list you want to get the active subscriber count. This encrypted id can be found under View all lists section named ID
RESPONSE (Plain text)
Success: You'll get an integer of the active subscriber count
Error: No data passed
Error: API key not passed
Error: Invalid API key
Error: List ID not passed
Error: List does not exist
CLICK TO TRY ON POSTMAN