---
title: "Verify Git Hub Installation"
method: POST
path: "/github-integration/verify"
tags: ["GitHub"]
---

# Verify Git Hub Installation

`POST /github-integration/verify`

Verify GitHub app installation for a repository

## Request body

- object
  - `repositoryOwner` string, required
  - `repositoryName` string, required

## Response `200`

Verification result

- object
  - `installed` boolean, required
  - `message` string

---

[API](https://skmtc.net/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.net/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/versions/09053e1c8b21/schema)
