Kaneo Logo
GitHub Integration

Get Git Hub Integration

Get GitHub integration for a project

GET
/github-integration/project/{projectId}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

projectId*string

Response Body

application/json

curl -X GET "https://cloud.kaneo.app/api/github-integration/project/string"
{
  "id": "string",
  "projectId": "string",
  "repositoryOwner": "string",
  "repositoryName": "string",
  "installationId": 0,
  "isActive": true,
  "createdAt": null,
  "updatedAt": null
}