Skip to main content
POST
Create a list folder

Authorizations

Authorization
string
header
required

Your API token (af_…) as the Basic-auth username, with an empty password.

Body

application/json
name
string
required

Folder name (1-120 characters); unique per kind, or the call answers 409 FOLDER_NAME_TAKEN.

Required string length: 1 - 120
type
enum<string>
default:contactList

Kind of folder to create (default contactList): contactList or companyList (list folders), campaign or agent.

Available options:
contactList,
companyList,
campaign,
agent

Response

Success

folder
object
required