v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Create a new group

Creates a new group. The group can be either created empty or contacts can be added to it during the creation. The contacts can be added by using filters.

post/groups/my

Headers

Content-Typestring required

application/json

Authorizationstring required

Bearer {access-token}

Request body

namestring

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

Response

200

namestring
sizeinteger

Example response

{
  "name": "group1"
}