Skip to main content
GET
Get group details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Response

Group details

GET /api/v3/groups (list) and GET /api/v3/groups/{id} (retrieve).

A single group the authenticated user is a member of (private groups never appear). The members themselves are exposed by the dedicated members endpoint.

id
integer
required
name
string
required
category
string
required
description
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
user_role
string
required
read-only
members_count
integer
required
read-only