cURL
curl --request GET \ --url https://api.wapikit.com/api/lists \ --header 'x-access-token: <api-key>'
{ "lists": [ { "name": "<string>", "description": "<string>", "numberOfContacts": 123, "numberOfCampaignsSent": 123, "tags": [ { "label": "<string>", "uniqueId": "<string>" } ], "uniqueId": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "paginationMeta": { "page": 123, "per_page": 123, "total": 123 } }
returns all lists.
number of records to skip
max number of records to return per page
order by asc or desc
asc
desc
list of contact lists
Show child attributes
Was this page helpful?