账号关注
Channels Search
Search for channels by query string
POST
搜索账号
URL: /v1/channels/search
方法: POST
描述: 根据条件搜索账号
请求参数
参数名 | 类型 | 描述 |
---|---|---|
query | str | 搜索账号名关键词或者账号链接(现在支持公众号文章链接) |
page_num | int | 当前页码,默认值为 1 。 |
page_size | int | 每页条目数,默认值为 10 。 |
响应参数
参数名 | 类型 | 描述 |
---|---|---|
page_num | int | 当前页码。 |
page_size | int | 每页条目数。 |
total_page | int | 总页数。 |
total_count | int | 总条目数。 |
channels | array | 文档数组,每个文档包含以下字段: |
id | str | 账号唯一 ID。 |
name | str | 账号名称。 |
avatar_url | str | 账号头像。 |
description | str | 账号描述。 |
following | bool | 账号关注状态。 |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.