1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Files
docs/content/rest/apps/installations.md
2025-07-01 19:32:09 +00:00

25 lines
1.2 KiB
Markdown

---
title: 'REST API endpoints for {% data variables.product.prodname_github_app %} installations'
allowTitleToDifferFromFilename: true
shortTitle: Installations
intro: >-
Use the REST API to get information about {% data
variables.product.prodname_github_app %} installations and perform actions
within those installations.
topics:
- API
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
ghes: '*'
autogenerated: rest
---
## About {% data variables.product.prodname_github_app %} installations
A {% data variables.product.prodname_github_app %} installation refers to the installation of the app on an {% ifversion enterprise-installed-apps %}enterprise, {% endif %}organization or user account. For information on how to authenticate as an installation and limit access to specific repositories, see [AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation).
To list all {% data variables.product.prodname_github_app %} installations for an organization, see [AUTOTITLE](/rest/orgs/orgs#list-app-installations-for-an-organization).
<!-- Content after this section is automatically generated -->