Contact Lists

Create Contact List

Create a new contact list

post/groups

Request body

company_idinteger required

Company ID

namestring required

Name of the contact list

Example request

{
  "company_id": 123,
  "name": "VIP Customers"
}

Response

Contact list created successfully

Changes