Get the value of an (unprotected) application secrets
Deprecated
Get the value of an (unprotected) application secrets. Requires administrator level privileges to the app.
Path parameters
-
app-slug
string Required App slug
-
secret-name
string Required Secret name
GET
/apps/{app-slug}/secrets/{secret-name}/value
curl \
--request GET 'https://api.bitrise.io/v0.1/apps/{app-slug}/secrets/{secret-name}/value' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"value": "string"
}
Response examples (400)
{
"message": "string"
}
Response examples (401)
{
"message": "string"
}
Response examples (404)
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}