cURL
curl --request GET \ --url https://api.reportify.cn/v1/following/groups \ --header 'Authorization: Bearer <token>'
{ "groups": [ { "group_id": "<string>", "name": "<string>", "count": 123 } ] }
Get all follow groups for authenticated user
/v1/following/groups
GET
Enter your Bearer token
Successful Response
Response containing follow groups
List of follow groups
Show child attributes