curl --request POST \
--url https://cloud.kaneo.app/api/github-integration/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"repositoryOwner": "<string>",
"repositoryName": "<string>"
}
'{
"installed": true,
"message": "<string>"
}Verify GitHub app installation for a repository
curl --request POST \
--url https://cloud.kaneo.app/api/github-integration/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"repositoryOwner": "<string>",
"repositoryName": "<string>"
}
'{
"installed": true,
"message": "<string>"
}