获取授权小程序列表V2
收藏
我的收藏接口说明
该接口用于获取当前授权给第三方小程序应用的小程序列表。
基本信息
名称 | 描述 |
---|---|
HTTP URL | https://open.douyin.com/api/tpapp/v2/auth/get_auth_app_list/ |
HTTP Method | GET |
Scope | thirdparty.dev.auth |
权限要求 | 无 |
请求参数
请求头
access-token必填String
示例:clt.05efxxxxxxxxxqPf9pWBo0IKVHmSKce5EvKX
Query
page必填Int64
示例:1
页码,从 1 开始
size必填Int64
示例:10
页长,从 1 开始,最多为 50
请求示例
curl --location 'https://open.douyin.com/api/tpapp/v2/auth/get_auth_app_list?page=1&size=100' \ --header 'access-token: clt.14xxxxxxxxxxxxEgN6qr8RHBRA'
响应参数
Body展开全部子属性
err_msg必填String
错误描述
err_no必填Int32
示例:0
错误码
log_id必填String
示例:2024011516552804343697F9D7931FAB00
标识请求的唯一id
dataStruct
展开子属性
响应示例
正常响应示例异常响应示例
{ "data": { "auth_app_list": [ { "auth_appid": "xxxx", "auth_time": 1703062377 } ], "total": 1 }, "err_msg": "", "err_no": 0, "log_id": "2024011516552804343697F9D7931FAB00" }
切换单列布局
错误码
HTTP 状态码 | 错误码 | 错误码描述 | 排查建议 |
---|---|---|---|
200 | 40000 | 系统错误 |
点击纠错