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.
TypeHTTP (bearer)
Parameters​
Path Parameters
github_app_id*
GitHub App ID
Typeinteger
RequiredResponses​
Repositories loaded successfully.
application/json
JSON
{
"repositories": [
{
}
]
}
