List the branches with existing builds of an app's repository
Lists only those branches of a specified Bitrise app that have existing builds.
Path parameters
-
app-slug
string Required App slug
GET
/apps/{app-slug}/branches
curl \
--request GET 'https://api.bitrise.io/v0.1/apps/{app-slug}/branches' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": [
"string"
]
}
Response examples (400)
{
"message": "string"
}
Response examples (401)
{
"message": "string"
}
Response examples (404)
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}