抖音开放平台Logo
开发者文档
控制台

获取事件订阅状态
收藏
我的收藏

不需要授权 该接口用于获取事件订阅状态;适用于抖音

注意:

请求地址

GET /event/status/list/

请求头

  • Content-Type: application/json

请求参数

URL 请求

参数名称参数类型参数描述参数示例是否必填
暂无数据

响应参数

参数名称参数类型参数描述参数示例
暂无数据

响应样例

{ "data": { "description": "", "error_code": "0", "list": [ { "event": "create_video", "status": "<nil>" } ] }, "extra": { "description": "", "error_code": "0", "logid": "202008121419360101980821035705926A", "now": "1597213176393", "sub_description": "", "sub_error_code": "0" } }

响应错误样例

{ "data": { "description": "Parameter error", "error_code": 2100005 }, "extra": { "logid": "2020070614111601022506808001045D59", "now": 1594015876138 } }

该文档是否有帮助?