v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
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

countinteger

Number of lists in your account

Example response

{
  "lists": [
    {
      "id": 23,
      "name": "Magento Customers - EN",
      "totalBlacklisted": 13,
      "totalSubscribers": 1776,
      "uniqueSubscribers": 1789,
      "folderId": 2
    }
  ],
  "count": 150
}