您可通过此接口获取指定直播间关联主播账号的名称、头像地址等信息。
请求频率:单用户请求频率限制为 10 次/秒。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息详见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetBusinessAccountInfo | 接口名称。当前 API 的名称为 GetBusinessAccountInfo 。 |
Version | String | 是 | 2023-08-01 | 接口版本。当前 API 的版本为 2023-08-01 。 |
ActivityId | Long | 是 | 175980616 | 直播间 ID。您可通过 ListActivityAPI 接口查询 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
IsBusinessAccountEnable | Integer |
| 是否开启账号设置功能。支持以下取值:
|
BusinessAccountInfo | Object of BusinessAccountInfo | - | 主播账号信息列表。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AccountName | String | 账号名称 | 主播账号名称。 |
AccountHeadImage | String | https://p.example.org/6ed59yyum2-z75.png | 主播账号的头像地址。 |
AccountHeadRedirectUrl | String | https://example.com | 主播账号的主页链接。 |
HostAccountId | Long | 32134 | 主播账号 ID。 |
IsFollowEnable | Integer |
| 是否开启观众关注主播功能。支持以下取值:
|
GET https://livesaas.volcengineapi.com/?Action=GetBusinessAccountInfo&Version=2023-08-01&ActivityId=175980616
{ "ResponseMetadata": { "RequestId": "202201201826170101501312091D1C09D5", "Action": "GetBusinessAccountInfo", "Version": "2023-08-01", "Service": "livesaas", "Region": "cn-north-1", "SystemTime": 1656067132 }, "Result": { "IsBusinessAccountEnable": 1, "BusinessAccountInfo": { "AccountName": "账号名称", "AccountHeadImage": "https://p.example.org/6ed59yyum2-z75.png", "AccountHeadRedirectUrl": "https://example.com", "HostAccountId": 32134, "IsFollowEnable": 0 } } }