v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBCreate 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
Response
200
Example response
{
"name": "group1"
}