Contacts

Create a folder

post/contacts/folders

Request body

namestring

Name of the folder

Example request

{
  "name": "Wordpress Contacts"
}

Response

Folder created

idinteger required

ID of the object created

Example response

{
  "id": 122
}

Changes