Create a List
This method is creates a list.
URL
https://mail.tribearc.com/api/lists/create-list.php
PARAMETERS (POST)
api_key
your API key, available in Settings.name
Name of the list.opt_in
Optional. value can be 1 or 0
RESPONSE (JSON)
Success:{ status : true, message : "List added successfully", list_id : new_list_id}
Error: {"status": false, "message": "API key not passed"}
Error: {"status": false, "message": "Invalid API Key"}
Error: {"status": false, "message": "List name not passed"}
CLICK TO TRY ON POSTMAN