Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://wfapi.yuhe.space/api/auth/api-keys \ --cookie workflow_auth_session=
{ "errCode": 123, "errMessage": "<string>", "data": { "items": [ { "id": "<string>", "userId": "<string>", "name": "<string>", "prefix": "<string>", "source": "<string>", "scopes": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z", "createdByUserId": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "revokedAt": "2023-11-07T05:31:56Z", "lastUsedAt": "2023-11-07T05:31:56Z", "lastUsedIp": "<string>", "userAgent": "<string>" } ] } }
通过密码登录或管理员密钥登录建立的 httpOnly 浏览器会话。
普通用户默认查看自己的 API Key;管理员或带 api_keys.manage_all 的 principal 可查看全部。
api_keys.manage_all
""
Show child attributes