GET
/
api
/
secrets
Load Custom Secrets Names
curl --request GET \
  --url https://app.all-hands.dev/api/secrets \
  --header 'X-Session-API-Key: <api-key>'
{
  "custom_secrets": [
    {
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

X-Session-API-Key
string
header
required

Response

200 - application/json

Successful Response

Custom secrets names