v1

latestOpenAPI 3.0.02026-07-24186151303.4 KB
Contacts

Create Contact Folder

Creates a new folder for organizing contact lists. Pass parentFolderId to nest the new folder inside an existing folder.

post/v1/contacts/folders

Request body

namestring required

Display name of the folder.

parentFolderIdstring

Optional parent folder id. When provided, the new folder is nested inside it; otherwise it is created at the root.

Response

Contact folder created successfully

listIdstring
listNamestring
folderIdstring
folderNamestring
parentFolderIdstring
type'list' | 'folder'