Create a List

This method is creates a list.

URL
https://mail.tribearc.com/api/lists/create-list.php


PARAMETERS (POST)

  1. api_key your API key, available in Settings.
  2. name Name of the list.
  3. 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