cURL
curl --request POST \ --url https://api.wapikit.com/api/lists \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "tags": [ "<string>" ], "contactIds": [ "<string>" ] }'
{ "list": { "name": "<string>", "description": "<string>", "numberOfContacts": 123, "numberOfCampaignsSent": 123, "tags": [ { "label": "<string>", "uniqueId": "<string>" } ], "uniqueId": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
handles creation of new list
new list info
list object
Show child attributes
Was this page helpful?