cURL
curl --request GET \ --url https://api.wapikit.com/api/lists/{id}
{ "list": { "name": "<string>", "description": "<string>", "numberOfContacts": 123, "numberOfCampaignsSent": 123, "tags": [ { "label": "<string>", "uniqueId": "<string>" } ], "uniqueId": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
handles the retrieval of a single list by id.
The id value of the list you want to get.
gets a single list.
The response is of type object.
object
Was this page helpful?