Saltar al contenido principal
GET
/
v1
/
secrets
Listar secretos
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

API key personal (apk_user_) o API key de servicio (apk_)

Respuesta

200 - application/json

Respuesta satisfactoria

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