Passer au contenu principal
GET
/
v1
/
secrets
Répertorier les 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>"
  }
]

Autorisations

Authorization
string
header
requis

API key personnelle (apk_user_) ou API key de service (apk_)

Réponse

200 - application/json

Réponse réussie

id
string
requis
type
enum<string>
requis
Options disponibles:
cookie,
key-value,
dictionary,
totp
created_at
string<date-time> | null
key
string | null