获取审核任务详情
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
https://developer.toutiao.com/auth/entity/get_audit_detail
接口说明
注意事项
基本信息
基本 | |
---|---|
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鉴权 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://developer.toutiao.com/auth/entity/get_audit_detail' \
--header 'Aweme-Check-Type;' \
--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
}
]
}
]
}
请求参数
Header 参数
Content-Type
string
必需
Aweme-Check-Type
string
可选
Body 参数application/json