| 基本 | |
|---|---|
| HTTP URL | 正式环境:https://developer.toutiao.com/auth/entity/unauth_role 沙盒环境:https://open-sandbox.douyin.com/auth/entity/unauth_role |
| HTTP Method | POST |
| 权限要求 | AccessToken鉴权 |
curl --location --request POST 'https://developer.toutiao.com/auth/entity/unauth_role' \
--header 'Aweme-Check-Type;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "tt5ed3286ec1exxxb801",
"access_token": "0801121846307a696b6143xxxb76736f356262425473753074773d3d",
"partner_entity_id": "E_720848123494xxx9309",
"merchant_entity_id": "E_72106048172xxx98392",
"merchant_industry_role": 2
}'{
"err": {
"err_code": 0,
"err_msg": "string"
}
}