v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBAdd 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
Response
200
Example response
{
"name": "one-two-three",
"size": 3
}