メインコンテンツへスキップ
GET
/
v1
/
secrets
シークレットの一覧を表示
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>"
  }
]

承認

Authorization
string
header
必須

パーソナル APIキー(apk_user_)またはサービス APIキー(apk_

レスポンス

200 - application/json

成功時のレスポンス

id
string
必須
type
enum<string>
必須
利用可能なオプション:
cookie,
key-value,
dictionary,
totp
created_at
string<date-time> | null
key
string | null