List the application secrets (with no values)
List the application secrets (with no values). Requires administrator level privileges to the app.
Path parameters
-
app-slug
string Required App slug
GET
/apps/{app-slug}/secrets
curl \
--request GET 'https://api.bitrise.io/v0.1/apps/{app-slug}/secrets' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"secrets": [
{
"expand_in_step_inputs": true,
"id": "string",
"is_exposed_for_pull_requests": true,
"is_protected": true,
"name": "string",
"scope": "string"
}
]
}
Response examples (400)
{
"message": "string"
}
Response examples (401)
{
"message": "string"
}
Response examples (404)
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}