Get All Lists

This method gets all list of a particular user using the api key.

URL
https://mail.tribearc.com/api/lists/


PARAMETERS (POST)

  1. api_key your API key, available in Settings.


RESPONSE (JSON)

Success:
{ status : true, message : "success", lists : [array of lists with subscribers]},

Error: {"status": false, "message": "API key not passed"}

Error: {"status": false, "message": "Account not found"}


CLICK TO TRY ON POSTMAN