Skip to main content
GET
/
v1
/
following
/
groups
Get Follow Groups
curl --request GET \
  --url https://api.reportify.cn/v1/following/groups \
  --header 'Authorization: Bearer <token>'
{
  "groups": [
    {
      "group_id": "<string>",
      "name": "<string>",
      "count": 123
    }
  ]
}

获取关注组列表

URL: /v1/following/groups
方法: GET
描述: 获取当前用户的所有关注组

请求参数

无需参数

响应参数

参数名类型描述
groupslist关注组列表
每个关注组包含:
参数名类型描述
group_idstr关注组 ID
namestr组名称
countint关注项数量

Authorizations

Authorization
string
header
required

Enter your Bearer token

Response

Successful Response

Response containing follow groups

groups
FollowGroupResult · object[]
required

List of follow groups