Returns a folder's details

<Note> Ongoing changes for this endpoint. We're dropping support for the response attributes totalSubscribers and totalBlacklisted. These are non breaking changes. The default value for the attributes will be 0. </Note>

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

folderIdlongRequired
id of the folder

Response

Folder details
idlong
ID of the folder
namestring
Name of the folder
totalBlacklistedlong
Number of blacklisted contacts in the folder
totalSubscriberslong
Number of contacts in the folder
uniqueSubscriberslong
Number of unique contacts in the folder

Errors