Kaneo Logo
GitHub Integration

Verify Git Hub Installation

Verify GitHub app installation for a repository

POST
/github-integration/verify

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Request Body

application/json

repositoryOwner*string
Length1 <= length
repositoryName*string
Length1 <= length

Response Body

application/json

curl -X POST "https://cloud.kaneo.app/api/github-integration/verify" \  -H "Content-Type: application/json" \  -d '{    "repositoryOwner": "string",    "repositoryName": "string"  }'
{
  "installed": true,
  "message": "string"
}