Saltar al contenido principal
GET
/
v1
/
secrets
List 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>"
  }
]

Autorizaciones

Authorization
string
header
requerido

Personal API Key (apk_user_) or Service API Key (apk_)

Respuesta

200 - application/json

Successful Response

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