查询粉丝群
接口说明
该接口用于查询自身为群主的粉丝群信息。
基本信息
请求参数
请求头
access-token必填String
示例:bus_act.1d1021d2aee3d41fee2d2adfwdf56badMFZnrhFhfWotu3Ecuiuka27L56lr
content-type必填String
固定值"application/json"
Query
open_id必填String
示例:ba253642-0590-40bc-9bdf-9a1334b94059
请求示例
curl -X GET 'https://open.douyin.com/im/group/fans/list/?open_id=123-456-890'\ -H 'Content-Type:application/json' \ -H 'access-token:act.1d1021d2aee3d41fee2d2add43456badMFZnrhFhfWotu3Ec'
响应参数
Body展开全部子属性
data必填Struct
展开子属性
group_list必填List
查询 openid 为群主的创建的粉丝群
展开子属性
extraStruct
请求错误信息
展开子属性
响应示例
{ "extra": { "description": "", "sub_error_code": 0, "sub_description": "", "now": 1648797449, "logid": "021648797449846fd1b1111000700600000000000000086dfb920", "error_code": 0 }, "data": { "error_code": 0, "description": "" }, "group_list": [ { "exist_num": 1, "group_name": "group_name", "max_num": 500, "description": "description", "entry_limit": null, "group_id": "@aaaaaa==", "status": "Normal", "tags": null, "avatar_uri": "avatar_uri" } ] }