获取事件订阅状态收藏我的收藏
收藏
我的收藏
不需要授权 该接口用于获取事件订阅状态;适用于抖音。
注意:
- 抖音的OAuth API以https://open.douyin.com/开头。
请求地址
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 } }
该文档是否有帮助?