v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Merge multiple groups

Creates a new group as a merged result of multiple groups of contacts.

post/groups/my/merge

Headers

Content-Typestring required

application/json

Authorizationstring required

Bearer {access-token}

Request body

namestring required

The name of the group to be created. Length must be between 2 and 30 characters.

groupsstring required

The names of the groups that will be merged.

Response

200

namestring
sizeinteger

Example response

{
  "name": "one-two-three",
  "size": 3
}