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>"
}
]List all accessible GitHub repositories
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>"
}
]