Get all folders
GET {{baseUrl}}/contacts/folders?limit=10&offset=0&sort=desc
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | (Required) Number of documents per page | |
offset | number | (Required) Index of the first document of the page | |
sort | string | Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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}