cURL
curl --request GET \ --url https://api.devin.ai/v1/secrets \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "type": "cookie", "created_at": "2023-11-07T05:31:56Z", "key": "<string>" } ]
列出您组织中所有 secret 的元数据。不返回 secret 的具体内容。
个人 API key(前缀为 apk_user_)或服务 API key(前缀为 apk_)
成功响应
cookie
key-value
dictionary
totp