v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
apps

Get enterprise-owned organizations that can have GitHub Apps installed

List the organizations owned by the enterprise, intended for use by GitHub Apps that are managing applications across the enterprise.

This API can only be called by a GitHub App installed on the enterprise that owns the organization.

get/enterprises/{enterprise}/apps/installable_organizations

Path parameters

enterprisestring required

The slug version of the enterprise name.

Query parameters

per_pageinteger

The number of results per page (max 100). For more information, see "Using pagination in the REST API."

pageinteger

The page number of the results to fetch. For more information, see "Using pagination in the REST API."

Response

A list of organizations owned by the enterprise on which the authenticated GitHub App is installed.

idinteger required
loginstring required
accessible_repositories_urlstring uri

Example response

[
  {
    "id": 1,
    "login": "github",
    "accessible_repositories_url": "https://api.github.com/enterprises/biz-name/apps/organizations/org-login/accessible_repositories"
  }
]