Kaneo Logo
GitHub Integration

List Git Hub Repositories

List all accessible GitHub repositories

GET
/github-integration/repositories

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Response Body

application/json

curl -X GET "https://cloud.kaneo.app/api/github-integration/repositories"
[
  {
    "id": 0,
    "name": "string",
    "full_name": "string",
    "owner": {
      "login": "string"
    },
    "private": true,
    "html_url": "string"
  }
]