Get all folders

GET {{baseUrl}}/contacts/folders?limit=10&offset=0&sort=desc

Request Params

KeyDatatypeRequiredDescription
limitnumber(Required) Number of documents per page
offsetnumber(Required) Index of the first document of the page
sortstringSort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"folders":[{"id":42,"name":"Ninja_Form","totalBlacklisted":98,"totalSubscribers":4567,"uniqueSubscribers":4665},{"id":29,"name":"Prestashop","totalBlacklisted":10,"totalSubscribers":6543,"uniqueSubscribers":6553}],"count":2}