---
title: "POST /github-integration/verify"
method: POST
path: "/github-integration/verify"
tags: ["GitHub"]
---

# POST /github-integration/verify

`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

## Changes

- **2025-12-11** `93b231773126` — 3 breaking, 2 info
  - the `repositoryName` request property's minLength was increased from `0` to `1`
  - the `repositoryOwner` request property's minLength was increased from `0` to `1`
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `message` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/github-integration/verify/post.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/a5bd6f3dfe67/schema)
