Follow a specific channel by ID
/v1/channels/{channel_id}/follow
POST
参数名 | 类型 | 描述 |
---|---|---|
channel_id | str | 账号唯一 ID。 |
参数名 | 类型 | 描述 |
---|---|---|
id | str | 账号唯一 ID。 |
name | str | 账号名称。 |
avatar_url | str | 账号头像。 |
description | str | 账号描述。 |
following | bool | 账号关注状态。 |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Channel ID
Successful Response
The response is of type object
.