API 参考令牌管理
查看指定令牌密钥
查看指定令牌密钥。该接口来自 new-api 当前 router 代码,返回统一管理接口响应;具体 data 结构随业务对象变化。
curl -X POST "https://example.com/api/token/0/key"{
"success": true,
"message": "string",
"data": null
}查看指定令牌密钥。该接口来自 new-api 当前 router 代码,返回统一管理接口响应;具体 data 结构随业务对象变化。
curl -X POST "https://example.com/api/token/0/key"{
"success": true,
"message": "string",
"data": null
}