GitHub Integration
Verify Git Hub Installation
Verify GitHub app installation for a repository
Authorization
bearerAuth AuthorizationBearer <token>
API Key authentication
In: header
Request Body
application/json
repositoryOwner*string
Length
1 <= lengthrepositoryName*string
Length
1 <= lengthResponse 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"
}