groups
Get a group (v2)
Retrieve a single group by its unique ID. Returns the canonical envelope: { data: { group: {...} } }. Pass ?include[is_favorite]=true to inflate the response with a computed is_favorite boolean, or ?include[parent_group]=true / ?include[sub_groups]=true to hydrate the parent / children relations.
get/v2/groups/{groupId}
Path parameters
groupIdstring uuid required
Query parameters
Response
Successful response