Vai al contenuto principale
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>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

id
string
required
type
enum<string>
required
Opzioni disponibili:
cookie,
key-value,
dictionary,
totp
created_at
string<date-time> | null
key
string | null