查询实体已绑定抖音号列表
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
https://developer.toutiao.com/auth/entity/query_bind_toc_list
接口说明
前提条件
注意事项
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://developer.toutiao.com/auth/entity/query_bind_toc_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "tta12xxxxxcbe01",
"access_token": "080yyyyyyy35494e6241xxxx",
"merchant_entity_id": "E_717870xxxxxxxxxxxxx",
"industry_code":10000,
"industry_role":1,
}'
响应示例响应示例
{
"err": {
"err_code": 0,
"err_msg": "string"
},
"aweme_id_list": [
"string"
]
}
请求参数
Body 参数application/json