| 基本 | |
|---|---|
| HTTP URL | 正式环境:https://developer.toutiao.com/auth/entity/get_audit_detail 沙盒环境:https://open-sandbox.douyin.com/auth/entity/get_audit_detail |
| HTTP Method | POST |
| 权限要求 | AccessToken鉴权 |
curl --location --request POST 'https://developer.toutiao.com/auth/entity/get_audit_detail' \
--header 'Aweme-Check-Type;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "ttxxxxx",
"access_token": "yyyyy",
"auth_type": 2,
"auth_taskid": "Role_7178xxxxxx53885996"
}'{
"err": {
"err_code": 0,
"err_msg": "string"
},
"qualifications": [
{
"audit_reason": "string",
"audit_status": 0,
"audit_taskid": "string",
"expire_time": "string",
"qualifications": [
{
"material_expiretime": "string",
"material_paths": [
"string"
],
"material_type": 0
}
]
}
]
}