v106

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Repos

Check server access to a GitHub repository

get/api/v1/repos/github/{owner}/{name}

Path parameters

ownerstring required
namestring required

Response

Repository access details

ownerstring required

GitHub repository owner.

namestring required

GitHub repository name.

accessibleboolean required

Whether the server has read-write access to this repository.

default_branchstring nullable

Default branch name, if accessible.

privateboolean nullable

Whether the repository is private, if accessible.

install_urlstring nullable

GitHub App installation URL when the repo is not yet accessible.

Example response

{
  "owner": "acme-corp",
  "name": "my-app",
  "default_branch": "main"
}