Contacts
Get all the lists
get/contacts/lists
Query parameters
limitinteger
Number of documents per page
offsetinteger
Index of the first document of the page
sort'asc' | 'desc'
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Response
Lists informations
Example response
{
"lists": [
{
"id": 23,
"name": "Magento Customers - EN",
"totalBlacklisted": 13,
"totalSubscribers": 1776,
"uniqueSubscribers": 1789,
"folderId": 2
}
],
"count": 150
}