Error
A valid request URL is required to generate request examples{
"results": [
{
"defaultBranch": "<string>",
"ownerLogin": "<string>",
"fullName": "<string>",
"name": "<string>",
"writable": true,
"provider": "github"
}
],
"status": "ok"
}API Reference
List GitHub repositories
List GitHub repositories accessible via the installed app. Requires permission to manage the organization’s Git integration.
GET
/
api
/
v1
/
github
/
repos
/
list
Error
A valid request URL is required to generate request examples{
"results": [
{
"defaultBranch": "<string>",
"ownerLogin": "<string>",
"fullName": "<string>",
"name": "<string>",
"writable": true,
"provider": "github"
}
],
"status": "ok"
}Was this page helpful?