v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Add Contacts to a specified group

Update one of your groups by adding existing contacts to it

post/groups/my/{name}/contacts

Path parameters

namestring required

The name of the group

Headers

Content-Typestring required

application/json

Authorizationstring required

Bearer {access-token}

Request body

contactsstring[] required

The contacts' ids.

Response

200

namestring
sizeinteger

Example response

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