| 基本 | |
|---|---|
| HTTP URL | 正式环境:https://developer.toutiao.com/auth/entity/get_bind_list 沙盒环境:https://open-sandbox.douyin.com/auth/entity/get_bind_list |
| HTTP Method | POST |
| 权限要求 | AccessToken鉴权 |
curl --location --request POST 'https://developer.toutiao.com/auth/entity/get_bind_list' \
--header 'Aweme-Check-Type;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "tt81e9f7541e8ef39801",
"access_token": "0801121846326162696e72524d68735763586d643130792f39773d3d"
}'{
"bind_info_list": [
{
"appid": "string",
"industry_code": 0,
"industry_role": 0,
"merchant_entity_id": "string"
}
],
"err": {
"err_code": 0,
"err_msg": "string"
}
}