Endpoints
List groups
GET /api/v2/groups?pageId={page_id}
Create groups
POST /api/v2/groups
Create one or more groups on a page in a single request.
The page to add groups to.
Array of group objects.
Example
Update a group
PATCH /api/v2/groups/{group_id}
The page the group belongs to.
New display title.
Example
Delete a group
DELETE /api/v2/groups/{group_id}?pageId={page_id}