v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Contacts

Create a list

post/contacts/lists

Request body

namestring required

Name of the list

folderIdinteger required

Id of the parent folder in which this list is to be created

Example request

{
  "name": "Magento Customer - ES",
  "folderId": 2
}

Response

List created

idinteger required

ID of the object created

Example response

{
  "id": 122
}