v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Contacts

Get all folders

get/contacts/folders

Query parameters

limitinteger required

Number of documents per page

offsetinteger required

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

Folders informations

countinteger

Number of folders available in your account

Example response

{
  "folders": [
    {
      "id": 2,
      "name": "Magento Customers",
      "totalBlacklisted": 32,
      "totalSubscribers": 19777,
      "uniqueSubscribers": 16222
    }
  ],
  "count": 10
}