Load Repositories for a GitHub Appโ
GET
/github-apps/{github_app_id}/repositories
Fetch repositories from GitHub for a given GitHub app.
Authorizationsโ
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parametersโ
Path Parameters
github_app_id*
GitHub App ID
Type
Requiredinteger
Responsesโ
Repositories loaded successfully.
application/json
JSON
{
"repositories": [
{
}
]
}
