Skip to main content
GET
/
github-integration
/
repositories
cURL
curl --request GET \
  --url https://cloud.kaneo.app/api/github-integration/repositories \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "full_name": "<string>",
    "owner": {
      "login": "<string>"
    },
    "private": true,
    "html_url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

API Key authentication

Response

200 - application/json

List of repositories

id
number
required
name
string
required
full_name
string
required
owner
object
required
private
boolean
required
html_url
string
required