provider apps GET
/orgs/{org}/installation @utdk/github
/orgs/{org}/installation Get an organization installation for the authenticated app
Enables an authenticated GitHub App to find the organization's installation information.
You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
- org path required
- The organization name. The name is not case sensitive.
- string
Try it
Authentication
Configure credentials for GitHub v3 REST API
Code snippet
Updates live as you fill in the form above.
TypeScript
import github from '@utdk/github';
await github.apps.getOrgInstallation()