Follow Channel
账号关注
Channel Follow
Follow a specific channel by ID
POST
Follow Channel
Documentation Index
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
关注账号
URL:/v1/channels/{channel_id}/follow方法:
POST描述: 关注账号
请求参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| channel_id | str | 账号唯一 ID。 |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| id | str | 账号唯一 ID。 |
| name | str | 账号名称。 |
| avatar_url | str | 账号头像。 |
| description | str | 账号描述。 |
| following | bool | 账号关注状态。 |
Authorizations
Enter your Bearer token
Path Parameters
Channel ID
