Create list
Creates a new subscriber list
Endpoint URI
1 |  | 
Headers
- X-Ownpage-Client-Token : a valid token
 
Payload (JSON)
The data should be a JSON object with the following parameters :
- name : the name of the new email list
 
Response (JSON)
The response is an object containing the following fields :
- id: List id of the new list
 - name: Name of the new list
 - created_at: Creation date of the new list
 
Example
1 |  | 
With REQUEST_DATA:
1 2 3  |  | 
Response:
1 2 3 4 5  |  |