curl --request GET \
--url https://app.all-hands.dev/api/secrets \
--header 'X-Session-API-Key: <api-key>'{
"custom_secrets": [
{
"name": "<string>",
"description": "<string>"
}
]
}curl --request GET \
--url https://app.all-hands.dev/api/secrets \
--header 'X-Session-API-Key: <api-key>'{
"custom_secrets": [
{
"name": "<string>",
"description": "<string>"
}
]
}Was this page helpful?