ContactGroups

Create a contact group

Create a new contact group (required scope contacts:write)

post/v1/contactGroups

Headers

Customer-Idinteger required

The customer identifier

Request body

namestring

The name of the contact group

Example request

{
  "name": "High value customers"
}

Response

Created

idinteger

Identifier of the newly created record

Changes

No recorded changes to this endpoint across all 3 revisions of this API.