查询授权小程序
开发环境
开发环境
POST
https://developer.toutiao.com/auth/entity/get_appid_auth
接口说明
注意事项
基本信息
基本 | |
---|---|
HTTP URL | 正式环境:https://developer.toutiao.com/auth/entity/get_appid_auth 沙盒环境:https://open-sandbox.douyin.com/auth/entity/get_appid_auth |
HTTP Method | POST |
权限要求 | AccessToken鉴权 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://developer.toutiao.com/auth/entity/get_appid_auth' \
--header 'Aweme-Check-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "tt427e34c3dd07777601",
"access_token": "0801121846307773635162617634556b772f72597545626155513d3d",
"partner_entity_id": "E_7208933888470106156",
"merchant_entity_id": "E_7208933889593688108",
"merchant_industry_role": 2
}'
响应示例响应示例
{
"data": {
"appid": "string",
"audit_auth_letter": {},
"auth_reason": "string",
"auth_status": 0,
"desc": "string",
"icon": "string",
"nick": "string",
"online_auth_letter": {
"audit_reason": "string",
"audit_status": 0,
"audit_taskid": "string",
"expire_time": "string",
"qualifications": [
{
"material_expiretime": "string",
"material_paths": [
"string"
],
"material_type": 0
}
]
},
"scope": 0
},
"err": {
"err_code": 0,
"err_msg": "string"
}
}
请求参数
Header 参数
Content-Type
string
必需
Aweme-Check-Type
string
可选
Body 参数application/json
返回响应
修改于 2023-12-04 06:40:27