Get All Subscribers in List
This method return array of subscribers grouped by their status.
URL
https://mail.tribearc.com/api/lists/get-subscribers.php
PARAMETERS (POST)
api_key
your API key, available in Settings.list_id
the id of the list you want to get al the subscribers. This encrypted id can be found under View all lists section named ID
RESPONSE (Json)
Success: {status : true, message : "success", subscribers : {all : [], confirmed : [], unsubscribed : [], bounced : [], gdpr: [],} }
Error: {status : false, message : "Api_key not passed"}
Error: {status : false, message : "Invalid API Key"}
Error: {status : false, message : "List id not passed"}
Error: {status : false, message : "Invalid list id or api_key"}
CLICK TO TRY ON POSTMAN